pub struct Eui64(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for Eui64
impl RefUnwindSafe for Eui64
impl Send for Eui64
impl Sync for Eui64
impl Unpin for Eui64
impl UnsafeUnpin for Eui64
impl UnwindSafe for Eui64
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