Enum sql_parse::UpdateFlag
source · 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 more