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