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