pub enum PlatformLock {}
Expand description
Locks a platform until reboot.
This is useful for testing purposes by locking a platform before flashing a new one.
Trait Implementations§
Source§impl Debug for PlatformLock
impl Debug for PlatformLock
Auto Trait Implementations§
impl Freeze for PlatformLock
impl RefUnwindSafe for PlatformLock
impl Send for PlatformLock
impl Sync for PlatformLock
impl Unpin for PlatformLock
impl UnwindSafe for PlatformLock
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