pub struct GlobalConfig { /* private fields */ }Expand description
Global config instance for all Hanzo components
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GlobalConfig
impl !UnwindSafe for GlobalConfig
impl Freeze for GlobalConfig
impl Send for GlobalConfig
impl Sync for GlobalConfig
impl Unpin for GlobalConfig
impl UnsafeUnpin for GlobalConfig
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