pub struct FactEventId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FactEventId
impl Clone for FactEventId
Source§fn clone(&self) -> FactEventId
fn clone(&self) -> FactEventId
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 moreSource§impl Debug for FactEventId
impl Debug for FactEventId
Source§impl<'de> Deserialize<'de> for FactEventId
impl<'de> Deserialize<'de> for FactEventId
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 FactEventId
impl Display for FactEventId
impl Eq for FactEventId
Source§impl Hash for FactEventId
impl Hash for FactEventId
Source§impl Ord for FactEventId
impl Ord for FactEventId
Source§fn cmp(&self, other: &FactEventId) -> Ordering
fn cmp(&self, other: &FactEventId) -> 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
Source§impl PartialEq for FactEventId
impl PartialEq for FactEventId
Source§impl PartialOrd for FactEventId
impl PartialOrd for FactEventId
Source§impl Serialize for FactEventId
impl Serialize for FactEventId
impl StructuralPartialEq for FactEventId
Auto Trait Implementations§
impl Freeze for FactEventId
impl RefUnwindSafe for FactEventId
impl Send for FactEventId
impl Sync for FactEventId
impl Unpin for FactEventId
impl UnsafeUnpin for FactEventId
impl UnwindSafe for FactEventId
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