pub struct InsertInitial;Expand description
Marker for the initial state of InsertBuilder.
Implementations§
Source§impl InsertInitial
impl InsertInitial
Trait Implementations§
Source§impl Clone for InsertInitial
impl Clone for InsertInitial
Source§fn clone(&self) -> InsertInitial
fn clone(&self) -> InsertInitial
Returns a duplicate 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 InsertInitial
impl Debug for InsertInitial
Source§impl Default for InsertInitial
impl Default for InsertInitial
Source§fn default() -> InsertInitial
fn default() -> InsertInitial
Returns the “default value” for a type. Read more
impl Copy for InsertInitial
Auto Trait Implementations§
impl Freeze for InsertInitial
impl RefUnwindSafe for InsertInitial
impl Send for InsertInitial
impl Sync for InsertInitial
impl Unpin for InsertInitial
impl UnwindSafe for InsertInitial
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