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