pub struct SysStateDefaultConfig;Expand description
Constants used by the system.
Implementations§
Auto Trait Implementations§
impl Freeze for SysStateDefaultConfig
impl RefUnwindSafe for SysStateDefaultConfig
impl Send for SysStateDefaultConfig
impl Sync for SysStateDefaultConfig
impl Unpin for SysStateDefaultConfig
impl UnwindSafe for SysStateDefaultConfig
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