pub struct HistoryId(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HistoryId
impl<'de> Deserialize<'de> for HistoryId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HistoryId
Source§impl Ord for HistoryId
impl Ord for HistoryId
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 PartialOrd for HistoryId
impl PartialOrd for HistoryId
impl StructuralPartialEq for HistoryId
Auto Trait Implementations§
impl Freeze for HistoryId
impl RefUnwindSafe for HistoryId
impl Send for HistoryId
impl Sync for HistoryId
impl Unpin for HistoryId
impl UnsafeUnpin for HistoryId
impl UnwindSafe for HistoryId
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