pub enum Unlocked {}
Expand description
Type-level enum variant representing an unlocked state of SmartEEPROM. In that state, both read and write operations are permitted
Trait Implementations§
impl SmartEepromState for Unlocked
Auto Trait Implementations§
impl Freeze for Unlocked
impl RefUnwindSafe for Unlocked
impl Send for Unlocked
impl Sync for Unlocked
impl Unpin for Unlocked
impl UnwindSafe for Unlocked
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