pub struct RAPID_SERVER_CONFIG { /* private fields */ }Trait Implementations§
Source§impl Deref for RAPID_SERVER_CONFIG
impl Deref for RAPID_SERVER_CONFIG
Source§type Target = RapidConfig
type Target = RapidConfig
The resulting type after dereferencing.
Source§fn deref(&self) -> &RapidConfig
fn deref(&self) -> &RapidConfig
Dereferences the value.
impl LazyStatic for RAPID_SERVER_CONFIG
Auto Trait Implementations§
impl Freeze for RAPID_SERVER_CONFIG
impl RefUnwindSafe for RAPID_SERVER_CONFIG
impl Send for RAPID_SERVER_CONFIG
impl Sync for RAPID_SERVER_CONFIG
impl Unpin for RAPID_SERVER_CONFIG
impl UnwindSafe for RAPID_SERVER_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