pub struct ActiveNetworkIdentity {
pub index: Option<u16>,
pub type_: Option<IdentityType>,
pub identifier: Option<Vec<u8>>,
pub created_timestamp: Option<u64>,
pub current: Option<bool>,
pub remaining_clients: Option<u16>,
}Fields§
§index: Option<u16>§type_: Option<IdentityType>§identifier: Option<Vec<u8>>§created_timestamp: Option<u64>§current: Option<bool>§remaining_clients: Option<u16>Trait Implementations§
Source§impl Debug for ActiveNetworkIdentity
impl Debug for ActiveNetworkIdentity
Auto Trait Implementations§
impl Freeze for ActiveNetworkIdentity
impl RefUnwindSafe for ActiveNetworkIdentity
impl Send for ActiveNetworkIdentity
impl Sync for ActiveNetworkIdentity
impl Unpin for ActiveNetworkIdentity
impl UnsafeUnpin for ActiveNetworkIdentity
impl UnwindSafe for ActiveNetworkIdentity
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