pub struct ClaimEventId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ClaimEventId
impl Clone for ClaimEventId
Source§fn clone(&self) -> ClaimEventId
fn clone(&self) -> ClaimEventId
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 ClaimEventId
impl Debug for ClaimEventId
Source§impl<'de> Deserialize<'de> for ClaimEventId
impl<'de> Deserialize<'de> for ClaimEventId
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 ClaimEventId
impl Display for ClaimEventId
impl Eq for ClaimEventId
Source§impl Hash for ClaimEventId
impl Hash for ClaimEventId
Source§impl Ord for ClaimEventId
impl Ord for ClaimEventId
Source§fn cmp(&self, other: &ClaimEventId) -> Ordering
fn cmp(&self, other: &ClaimEventId) -> 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 ClaimEventId
impl PartialEq for ClaimEventId
Source§fn eq(&self, other: &ClaimEventId) -> bool
fn eq(&self, other: &ClaimEventId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClaimEventId
impl PartialOrd for ClaimEventId
Source§impl Serialize for ClaimEventId
impl Serialize for ClaimEventId
impl StructuralPartialEq for ClaimEventId
Auto Trait Implementations§
impl Freeze for ClaimEventId
impl RefUnwindSafe for ClaimEventId
impl Send for ClaimEventId
impl Sync for ClaimEventId
impl Unpin for ClaimEventId
impl UnsafeUnpin for ClaimEventId
impl UnwindSafe for ClaimEventId
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