Struct tidb_query_datatype::def::field_type::FieldTypeFlag [−][src]
Fields
bits: u32
Implementations
impl FieldTypeFlag
[src][−]
pub const NOT_NULL: FieldTypeFlag
[src][−][−]
Field can’t be NULL.
pub const UNSIGNED: FieldTypeFlag
[src][−][−]
Field is unsigned.
pub const BINARY: FieldTypeFlag
[src][−][−]
Field is binary.
pub const PARSE_TO_JSON: FieldTypeFlag
[src][−][−]
Internal: Used when we want to parse string to JSON in CAST.
pub const IS_BOOLEAN: FieldTypeFlag
[src][−][−]
Internal: Used for telling boolean literal from integer.
pub const ENUM_SET_AS_INT: FieldTypeFlag
[src][−][−]
Internal: Used for inferring enum eval type.
pub const fn empty() -> FieldTypeFlag
[src][−]
Returns an empty set of flags
pub const fn all() -> FieldTypeFlag
[src][−]
Returns the set containing all flags.
pub const fn bits(&self) -> u32
[src][−]
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<FieldTypeFlag>
[src][−]
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub const fn from_bits_truncate(bits: u32) -> FieldTypeFlag
[src][−]
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub const unsafe fn from_bits_unchecked(bits: u32) -> FieldTypeFlag
[src][−]
Convert from underlying bit representation, preserving all bits (even those not corresponding to a defined flag).
pub const fn is_empty(&self) -> bool
[src][−]
Returns true
if no flags are currently stored.
pub const fn is_all(&self) -> bool
[src][−]
Returns true
if all flags are currently set.
pub const fn intersects(&self, other: FieldTypeFlag) -> bool
[src][−]
Returns true
if there are flags common to both self
and other
.
pub const fn contains(&self, other: FieldTypeFlag) -> bool
[src][−]
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: FieldTypeFlag)
[src][−]
Inserts the specified flags in-place.
pub fn remove(&mut self, other: FieldTypeFlag)
[src][−]
Removes the specified flags in-place.
pub fn toggle(&mut self, other: FieldTypeFlag)
[src][−]
Toggles the specified flags in-place.
pub fn set(&mut self, other: FieldTypeFlag, value: bool)
[src][−]
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Binary for FieldTypeFlag
[src][+]
impl BitAnd<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl BitAndAssign<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl BitOr<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl BitOrAssign<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl BitXor<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl BitXorAssign<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl Clone for FieldTypeFlag
[src][+]
impl Copy for FieldTypeFlag
[src]
impl Debug for FieldTypeFlag
[src][+]
impl Eq for FieldTypeFlag
[src]
impl Extend<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl FromIterator<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl Hash for FieldTypeFlag
[src][+]
impl LowerHex for FieldTypeFlag
[src][+]
impl Not for FieldTypeFlag
[src][+]
impl Octal for FieldTypeFlag
[src][+]
impl Ord for FieldTypeFlag
[src][+]
impl PartialEq<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl PartialOrd<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl StructuralEq for FieldTypeFlag
[src]
impl StructuralPartialEq for FieldTypeFlag
[src]
impl Sub<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl SubAssign<FieldTypeFlag> for FieldTypeFlag
[src][+]
impl UpperHex for FieldTypeFlag
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for FieldTypeFlag
impl Send for FieldTypeFlag
impl Sync for FieldTypeFlag
impl Unpin for FieldTypeFlag
impl UnwindSafe for FieldTypeFlag
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<V, W> ConvertFrom<W> for V where
W: ConvertTo<V>,
[src][+]
W: ConvertTo<V>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,