#[repr(transparent)]pub struct VectorMetric(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl VectorMetric
impl VectorMetric
Trait Implementations§
Source§impl Clone for VectorMetric
impl Clone for VectorMetric
Source§fn clone(&self) -> VectorMetric
fn clone(&self) -> VectorMetric
Returns a duplicate 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 moreSource§impl Debug for VectorMetric
impl Debug for VectorMetric
Source§impl Default for VectorMetric
impl Default for VectorMetric
Source§fn default() -> VectorMetric
fn default() -> VectorMetric
Returns the “default value” for a type. Read more
Source§impl EndianScalar for VectorMetric
impl EndianScalar for VectorMetric
Source§impl<'a> Follow<'a> for VectorMetric
impl<'a> Follow<'a> for VectorMetric
Source§impl Hash for VectorMetric
impl Hash for VectorMetric
Source§impl Ord for VectorMetric
impl Ord for VectorMetric
Source§fn cmp(&self, other: &VectorMetric) -> Ordering
fn cmp(&self, other: &VectorMetric) -> 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
Source§impl PartialEq for VectorMetric
impl PartialEq for VectorMetric
Source§impl PartialOrd for VectorMetric
impl PartialOrd for VectorMetric
Source§impl Push for VectorMetric
impl Push for VectorMetric
Source§impl<'a> Verifiable for VectorMetric
impl<'a> Verifiable for VectorMetric
Source§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 VectorMetric
impl Eq for VectorMetric
impl SimpleToVerifyInSlice for VectorMetric
impl StructuralPartialEq for VectorMetric
Auto Trait Implementations§
impl Freeze for VectorMetric
impl RefUnwindSafe for VectorMetric
impl Send for VectorMetric
impl Sync for VectorMetric
impl Unpin for VectorMetric
impl UnsafeUnpin for VectorMetric
impl UnwindSafe for VectorMetric
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