pub enum FieldValueKind {
Scalar,
Vector,
Tensor,
}Variants§
Trait Implementations§
Source§impl Clone for FieldValueKind
impl Clone for FieldValueKind
Source§fn clone(&self) -> FieldValueKind
fn clone(&self) -> FieldValueKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FieldValueKind
Source§impl Debug for FieldValueKind
impl Debug for FieldValueKind
Source§impl<'de> Deserialize<'de> for FieldValueKind
impl<'de> Deserialize<'de> for FieldValueKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FieldValueKind
Source§impl PartialEq for FieldValueKind
impl PartialEq for FieldValueKind
Source§fn eq(&self, other: &FieldValueKind) -> bool
fn eq(&self, other: &FieldValueKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FieldValueKind
impl Serialize for FieldValueKind
impl StructuralPartialEq for FieldValueKind
Auto Trait Implementations§
impl Freeze for FieldValueKind
impl RefUnwindSafe for FieldValueKind
impl Send for FieldValueKind
impl Sync for FieldValueKind
impl Unpin for FieldValueKind
impl UnsafeUnpin for FieldValueKind
impl UnwindSafe for FieldValueKind
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