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