pub struct InsertInitial;Expand description
Marker for the initial state of InsertBuilder.
Trait Implementations§
Source§impl Clone for InsertInitial
impl Clone for InsertInitial
impl Copy for InsertInitial
Source§impl Debug for InsertInitial
impl Debug 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 UnsafeUnpin 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