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