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