pub struct CeremonyReasonRationale(/* private fields */);Expand description
The caller’s explanation for a causal link between ceremony records.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyReasonRationale
impl Clone for CeremonyReasonRationale
Source§impl Debug for CeremonyReasonRationale
impl Debug for CeremonyReasonRationale
Source§impl<'de> Deserialize<'de> for CeremonyReasonRationale
impl<'de> Deserialize<'de> for CeremonyReasonRationale
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
impl Eq for CeremonyReasonRationale
Source§impl PartialEq for CeremonyReasonRationale
impl PartialEq for CeremonyReasonRationale
Source§impl Serialize for CeremonyReasonRationale
impl Serialize for CeremonyReasonRationale
impl StructuralPartialEq for CeremonyReasonRationale
Auto Trait Implementations§
impl Freeze for CeremonyReasonRationale
impl RefUnwindSafe for CeremonyReasonRationale
impl Send for CeremonyReasonRationale
impl Sync for CeremonyReasonRationale
impl Unpin for CeremonyReasonRationale
impl UnsafeUnpin for CeremonyReasonRationale
impl UnwindSafe for CeremonyReasonRationale
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