pub struct StartupLock { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartupLock
impl RefUnwindSafe for StartupLock
impl Send for StartupLock
impl Sync for StartupLock
impl Unpin for StartupLock
impl UnsafeUnpin for StartupLock
impl UnwindSafe for StartupLock
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