Struct arrow_ipc::gen::Schema::IntervalUnit
source · #[repr(transparent)]pub struct IntervalUnit(pub i16);
Tuple Fields
0: i16
Implementations
sourceimpl IntervalUnit
impl IntervalUnit
pub const YEAR_MONTH: Self = _
pub const DAY_TIME: Self = _
pub const MONTH_DAY_NANO: Self = _
pub const ENUM_MIN: i16 = 0i16
pub const ENUM_MAX: i16 = 2i16
pub const ENUM_VALUES: &'static [Self] = _
sourcepub fn variant_name(self) -> Option<&'static str>
pub fn variant_name(self) -> Option<&'static str>
Returns the variant’s name or “” if unknown.
Trait Implementations
sourceimpl Clone for IntervalUnit
impl Clone for IntervalUnit
sourcefn clone(&self) -> IntervalUnit
fn clone(&self) -> IntervalUnit
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 IntervalUnit
impl Debug for IntervalUnit
sourceimpl Default for IntervalUnit
impl Default for IntervalUnit
sourcefn default() -> IntervalUnit
fn default() -> IntervalUnit
Returns the “default value” for a type. Read more
sourceimpl EndianScalar for IntervalUnit
impl EndianScalar for IntervalUnit
sourceimpl<'a> Follow<'a> for IntervalUnit
impl<'a> Follow<'a> for IntervalUnit
sourceimpl Hash for IntervalUnit
impl Hash for IntervalUnit
sourceimpl Ord for IntervalUnit
impl Ord for IntervalUnit
sourcefn cmp(&self, other: &IntervalUnit) -> Ordering
fn cmp(&self, other: &IntervalUnit) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<IntervalUnit> for IntervalUnit
impl PartialEq<IntervalUnit> for IntervalUnit
sourcefn eq(&self, other: &IntervalUnit) -> bool
fn eq(&self, other: &IntervalUnit) -> bool
sourceimpl PartialOrd<IntervalUnit> for IntervalUnit
impl PartialOrd<IntervalUnit> for IntervalUnit
sourcefn partial_cmp(&self, other: &IntervalUnit) -> Option<Ordering>
fn partial_cmp(&self, other: &IntervalUnit) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Push for IntervalUnit
impl Push for IntervalUnit
sourceimpl<'a> Verifiable for IntervalUnit
impl<'a> Verifiable for IntervalUnit
sourcefn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly. Read moreimpl Copy for IntervalUnit
impl Eq for IntervalUnit
impl SimpleToVerifyInSlice for IntervalUnit
impl StructuralEq for IntervalUnit
impl StructuralPartialEq for IntervalUnit
Auto Trait Implementations
impl RefUnwindSafe for IntervalUnit
impl Send for IntervalUnit
impl Sync for IntervalUnit
impl Unpin for IntervalUnit
impl UnwindSafe for IntervalUnit
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
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more