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