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