pub struct PlatformReset;Expand description
Reset the platform’s persistent state.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlatformReset
impl RefUnwindSafe for PlatformReset
impl Send for PlatformReset
impl Sync for PlatformReset
impl Unpin for PlatformReset
impl UnsafeUnpin for PlatformReset
impl UnwindSafe for PlatformReset
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