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