pub struct RecordKind(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RecordKind
impl Clone for RecordKind
Source§fn clone(&self) -> RecordKind
fn clone(&self) -> RecordKind
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 RecordKind
Source§impl Debug for RecordKind
impl Debug for RecordKind
Source§impl Default for RecordKind
impl Default for RecordKind
Source§fn default() -> RecordKind
fn default() -> RecordKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecordKind
impl<'de> Deserialize<'de> for RecordKind
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
Source§impl Display for RecordKind
impl Display for RecordKind
impl Eq for RecordKind
Source§impl From<RecordKind> for u32
impl From<RecordKind> for u32
Source§fn from(kind: RecordKind) -> Self
fn from(kind: RecordKind) -> Self
Converts to this type from the input type.
Source§impl Hash for RecordKind
impl Hash for RecordKind
Source§impl Ord for RecordKind
impl Ord for RecordKind
Source§fn cmp(&self, other: &RecordKind) -> Ordering
fn cmp(&self, other: &RecordKind) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn 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
Source§impl PartialEq for RecordKind
impl PartialEq for RecordKind
Source§impl PartialOrd for RecordKind
impl PartialOrd for RecordKind
Source§impl Serialize for RecordKind
impl Serialize for RecordKind
impl StructuralPartialEq for RecordKind
Auto Trait Implementations§
impl Freeze for RecordKind
impl RefUnwindSafe for RecordKind
impl Send for RecordKind
impl Sync for RecordKind
impl Unpin for RecordKind
impl UnsafeUnpin for RecordKind
impl UnwindSafe for RecordKind
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