Struct caesar::config::GLOBAL_CONFIG
source · pub struct GLOBAL_CONFIG {
__private_field: (),
}Fields§
§__private_field: ()Trait Implementations§
source§impl Deref for GLOBAL_CONFIG
impl Deref for GLOBAL_CONFIG
§type Target = CaesarConfig
type Target = CaesarConfig
The resulting type after dereferencing.
source§fn deref(&self) -> &CaesarConfig
fn deref(&self) -> &CaesarConfig
Dereferences the value.
impl LazyStatic for GLOBAL_CONFIG
Auto Trait Implementations§
impl Freeze for GLOBAL_CONFIG
impl RefUnwindSafe for GLOBAL_CONFIG
impl Send for GLOBAL_CONFIG
impl Sync for GLOBAL_CONFIG
impl Unpin for GLOBAL_CONFIG
impl UnwindSafe for GLOBAL_CONFIG
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