pub struct CONFIG { /* private fields */ }Trait Implementations§
Source§impl Deref for CONFIG
impl Deref for CONFIG
Source§type Target = ProxyConfig
type Target = ProxyConfig
The resulting type after dereferencing.
Source§fn deref(&self) -> &ProxyConfig
fn deref(&self) -> &ProxyConfig
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