pub struct DefaultState { /* private fields */ }
Expand description
Represents data specific to builder in default, synchronous state, without support for async.
Trait Implementations§
Source§impl Clone for DefaultState
impl Clone for DefaultState
Source§fn clone(&self) -> DefaultState
fn clone(&self) -> DefaultState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DefaultState
impl Debug for DefaultState
Source§impl Default for DefaultState
impl Default for DefaultState
Source§fn default() -> DefaultState
fn default() -> DefaultState
Returns the “default value” for a type. Read more
impl BuilderState for DefaultState
Auto Trait Implementations§
impl Freeze for DefaultState
impl !RefUnwindSafe for DefaultState
impl Send for DefaultState
impl Sync for DefaultState
impl Unpin for DefaultState
impl !UnwindSafe for DefaultState
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