Struct google_cloud_bigquery::storage::ipc::SparseTensorIndex
#[repr(transparent)]pub struct SparseTensorIndex(pub u8);Tuple Fields§
§0: u8Implementations§
§impl SparseTensorIndex
impl SparseTensorIndex
pub const NONE: SparseTensorIndex = Self(0)
pub const SparseTensorIndexCOO: SparseTensorIndex = Self(1)
pub const SparseMatrixIndexCSX: SparseTensorIndex = Self(2)
pub const SparseTensorIndexCSF: SparseTensorIndex = Self(3)
pub const ENUM_MIN: u8 = 0u8
pub const ENUM_MAX: u8 = 3u8
pub const ENUM_VALUES: &'static [SparseTensorIndex] = &[Self::NONE, Self::SparseTensorIndexCOO, Self::SparseMatrixIndexCSX, Self::SparseTensorIndexCSF]
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 SparseTensorIndex
impl Clone for SparseTensorIndex
§fn clone(&self) -> SparseTensorIndex
fn clone(&self) -> SparseTensorIndex
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 SparseTensorIndex
impl Debug for SparseTensorIndex
§impl Default for SparseTensorIndex
impl Default for SparseTensorIndex
§fn default() -> SparseTensorIndex
fn default() -> SparseTensorIndex
Returns the “default value” for a type. Read more
§impl EndianScalar for SparseTensorIndex
impl EndianScalar for SparseTensorIndex
§impl<'a> Follow<'a> for SparseTensorIndex
impl<'a> Follow<'a> for SparseTensorIndex
type Inner = SparseTensorIndex
§impl Hash for SparseTensorIndex
impl Hash for SparseTensorIndex
§impl Ord for SparseTensorIndex
impl Ord for SparseTensorIndex
§fn cmp(&self, other: &SparseTensorIndex) -> Ordering
fn cmp(&self, other: &SparseTensorIndex) -> Ordering
1.21.0 · source§fn 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
§impl PartialEq<SparseTensorIndex> for SparseTensorIndex
impl PartialEq<SparseTensorIndex> for SparseTensorIndex
§fn eq(&self, other: &SparseTensorIndex) -> bool
fn eq(&self, other: &SparseTensorIndex) -> bool
This method tests for
self and other values to be equal, and is used
by ==.§impl PartialOrd<SparseTensorIndex> for SparseTensorIndex
impl PartialOrd<SparseTensorIndex> for SparseTensorIndex
§fn partial_cmp(&self, other: &SparseTensorIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &SparseTensorIndex) -> 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 SparseTensorIndex
impl Push for SparseTensorIndex
§impl<'a> Verifiable for SparseTensorIndex
impl<'a> Verifiable for SparseTensorIndex
§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 SparseTensorIndex
impl Eq for SparseTensorIndex
impl SimpleToVerifyInSlice for SparseTensorIndex
impl StructuralEq for SparseTensorIndex
impl StructuralPartialEq for SparseTensorIndex
Auto Trait Implementations§
impl RefUnwindSafe for SparseTensorIndex
impl Send for SparseTensorIndex
impl Sync for SparseTensorIndex
impl Unpin for SparseTensorIndex
impl UnwindSafe for SparseTensorIndex
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