pub struct GlobalInitializer { /* private fields */ }
Expand description
Global initializer that MUST be called before any user code is run.
Implementations§
Auto Trait Implementations§
impl Freeze for GlobalInitializer
impl !RefUnwindSafe for GlobalInitializer
impl Send for GlobalInitializer
impl Sync for GlobalInitializer
impl Unpin for GlobalInitializer
impl !UnwindSafe for GlobalInitializer
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