pub struct IEarlyConfig { /* private fields */ }Expand description
IEarlyConfig* — configuration during initialization.
Auto Trait Implementations§
impl Freeze for IEarlyConfig
impl RefUnwindSafe for IEarlyConfig
impl Send for IEarlyConfig
impl Sync for IEarlyConfig
impl Unpin for IEarlyConfig
impl UnsafeUnpin for IEarlyConfig
impl UnwindSafe for IEarlyConfig
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