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