pub struct IdentityType(/* private fields */);
Expand description
ZeroTier identity type.
Implementations§
source§impl IdentityType
impl IdentityType
sourcepub fn new() -> Self
pub fn new() -> Self
Returns IdentityType
.
Trait Implementations§
source§impl Debug for IdentityType
impl Debug for IdentityType
source§impl FromStr for IdentityType
impl FromStr for IdentityType
source§impl TryFrom<&[u8]> for IdentityType
impl TryFrom<&[u8]> for IdentityType
Auto Trait Implementations§
impl Freeze for IdentityType
impl RefUnwindSafe for IdentityType
impl Send for IdentityType
impl Sync for IdentityType
impl Unpin for IdentityType
impl UnwindSafe for IdentityType
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