Struct google_cloud_bigquery::storage::ipc::IntervalUnit
#[repr(transparent)]pub struct IntervalUnit(pub i16);Tuple Fields§
§0: i16Implementations§
§impl IntervalUnit
impl IntervalUnit
pub const YEAR_MONTH: IntervalUnit = Self(0)
pub const DAY_TIME: IntervalUnit = Self(1)
pub const MONTH_DAY_NANO: IntervalUnit = Self(2)
pub const ENUM_MIN: i16 = 0i16
pub const ENUM_MAX: i16 = 2i16
pub const ENUM_VALUES: &'static [IntervalUnit] = &[Self::YEAR_MONTH, Self::DAY_TIME, Self::MONTH_DAY_NANO]
pub 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§
§impl Clone for IntervalUnit
impl Clone for IntervalUnit
§fn clone(&self) -> IntervalUnit
fn clone(&self) -> IntervalUnit
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§impl Debug for IntervalUnit
impl Debug for IntervalUnit
§impl Default for IntervalUnit
impl Default for IntervalUnit
§fn default() -> IntervalUnit
fn default() -> IntervalUnit
Returns the “default value” for a type. Read more
§impl EndianScalar for IntervalUnit
impl EndianScalar for IntervalUnit
§impl<'a> Follow<'a> for IntervalUnit
impl<'a> Follow<'a> for IntervalUnit
type Inner = IntervalUnit
§impl Hash for IntervalUnit
impl Hash for IntervalUnit
§impl Ord for IntervalUnit
impl Ord for IntervalUnit
§impl PartialEq<IntervalUnit> for IntervalUnit
impl PartialEq<IntervalUnit> for IntervalUnit
§fn eq(&self, other: &IntervalUnit) -> bool
fn eq(&self, other: &IntervalUnit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.§impl PartialOrd<IntervalUnit> for IntervalUnit
impl PartialOrd<IntervalUnit> for IntervalUnit
§fn partial_cmp(&self, other: &IntervalUnit) -> Option<Ordering>
fn partial_cmp(&self, other: &IntervalUnit) -> Option<Ordering>
1.0.0 · source§fn 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 more§impl Push for IntervalUnit
impl Push for IntervalUnit
§impl<'a> Verifiable for IntervalUnit
impl<'a> Verifiable for IntervalUnit
§fn 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.impl 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§
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
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request