pub struct NoConfig;Expand description
Marker type for modules that do not require configuration.
Modules using NoConfig do not need to call .config() on their builder.
Trait Implementations§
impl Copy for NoConfig
Auto Trait Implementations§
impl Freeze for NoConfig
impl RefUnwindSafe for NoConfig
impl Send for NoConfig
impl Sync for NoConfig
impl Unpin for NoConfig
impl UnsafeUnpin for NoConfig
impl UnwindSafe for NoConfig
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