Struct config::builder::DefaultState
source · [−]pub struct DefaultState { /* private fields */ }
Expand description
Represents data specific to builder in default, sychronous state, without support for async.
Trait Implementations
sourceimpl Debug for DefaultState
impl Debug for DefaultState
sourceimpl Default for DefaultState
impl Default for DefaultState
sourcefn default() -> DefaultState
fn default() -> DefaultState
Returns the “default value” for a type. Read more
impl BuilderState for DefaultState
Auto Trait Implementations
impl !RefUnwindSafe for DefaultState
impl Send for DefaultState
impl Sync for DefaultState
impl Unpin for DefaultState
impl !UnwindSafe for DefaultState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more