pub struct DefaultState { /* private fields */ }Expand description
Represents data specific to builder in default, synchronous state, without support for async.
Trait Implementations§
impl BuilderState for DefaultState
Source§impl Clone for DefaultState
impl Clone for DefaultState
Source§fn clone(&self) -> DefaultState
fn clone(&self) -> DefaultState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Auto Trait Implementations§
impl !RefUnwindSafe for DefaultState
impl !UnwindSafe for DefaultState
impl Freeze for DefaultState
impl Send for DefaultState
impl Sync for DefaultState
impl Unpin for DefaultState
impl UnsafeUnpin 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