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