pub struct RegisterClientResponse {
pub icd_counter: Option<u32>,
}Fields§
§icd_counter: Option<u32>Trait Implementations§
Source§impl Debug for RegisterClientResponse
impl Debug for RegisterClientResponse
Auto Trait Implementations§
impl Freeze for RegisterClientResponse
impl RefUnwindSafe for RegisterClientResponse
impl Send for RegisterClientResponse
impl Sync for RegisterClientResponse
impl Unpin for RegisterClientResponse
impl UnwindSafe for RegisterClientResponse
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