pub enum UpdateFlag {
LowPriority(Span),
Ignore(Span),
}
Expand description
Flags specified after “UPDATE”
Variants§
Trait Implementations§
Source§impl Clone for UpdateFlag
impl Clone for UpdateFlag
Source§fn clone(&self) -> UpdateFlag
fn clone(&self) -> UpdateFlag
Returns a copy 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 UpdateFlag
impl Debug for UpdateFlag
Auto Trait Implementations§
impl Freeze for UpdateFlag
impl RefUnwindSafe for UpdateFlag
impl Send for UpdateFlag
impl Sync for UpdateFlag
impl Unpin for UpdateFlag
impl UnwindSafe for UpdateFlag
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