Enum sqlparser::ast::CharLengthUnits
source · [−]pub enum CharLengthUnits {
Characters,
Octets,
}
Expand description
Possible units for characters, initially based on 2016 ANSI standard.
Variants
Characters
CHARACTERS unit
Octets
OCTETS unit
Trait Implementations
sourceimpl Clone for CharLengthUnits
impl Clone for CharLengthUnits
sourcefn clone(&self) -> CharLengthUnits
fn clone(&self) -> CharLengthUnits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CharLengthUnits
impl Debug for CharLengthUnits
sourceimpl Display for CharLengthUnits
impl Display for CharLengthUnits
sourceimpl Hash for CharLengthUnits
impl Hash for CharLengthUnits
sourceimpl PartialEq<CharLengthUnits> for CharLengthUnits
impl PartialEq<CharLengthUnits> for CharLengthUnits
sourcefn eq(&self, other: &CharLengthUnits) -> bool
fn eq(&self, other: &CharLengthUnits) -> bool
impl Eq for CharLengthUnits
impl StructuralEq for CharLengthUnits
impl StructuralPartialEq for CharLengthUnits
Auto Trait Implementations
impl RefUnwindSafe for CharLengthUnits
impl Send for CharLengthUnits
impl Sync for CharLengthUnits
impl Unpin for CharLengthUnits
impl UnwindSafe for CharLengthUnits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more