pub struct AddClientResponse {
pub client_index: Option<u16>,
}Fields§
§client_index: Option<u16>Trait Implementations§
Source§impl Debug for AddClientResponse
impl Debug for AddClientResponse
Auto Trait Implementations§
impl Freeze for AddClientResponse
impl RefUnwindSafe for AddClientResponse
impl Send for AddClientResponse
impl Sync for AddClientResponse
impl Unpin for AddClientResponse
impl UnsafeUnpin for AddClientResponse
impl UnwindSafe for AddClientResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more