pub struct IAID(/* private fields */);
Expand description
Identity Association identifier, as defined in RFC 8415, Section 4.2.
Implementations§
Trait Implementations§
impl Copy for IAID
impl Eq for IAID
impl StructuralPartialEq for IAID
Auto Trait Implementations§
impl Freeze for IAID
impl RefUnwindSafe for IAID
impl Send for IAID
impl Sync for IAID
impl Unpin for IAID
impl UnwindSafe for IAID
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)