pub struct CeremonyInterventionContent { /* private fields */ }Implementations§
Source§impl CeremonyInterventionContent
impl CeremonyInterventionContent
pub fn new( message: impl Into<String>, details: Attributes, ) -> Result<Self, DomainError>
pub fn message(&self) -> &str
pub fn details(&self) -> &Attributes
Trait Implementations§
Source§impl Clone for CeremonyInterventionContent
impl Clone for CeremonyInterventionContent
Source§fn clone(&self) -> CeremonyInterventionContent
fn clone(&self) -> CeremonyInterventionContent
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 CeremonyInterventionContent
impl Debug for CeremonyInterventionContent
Source§impl<'de> Deserialize<'de> for CeremonyInterventionContent
impl<'de> Deserialize<'de> for CeremonyInterventionContent
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 CeremonyInterventionContent
impl StructuralPartialEq for CeremonyInterventionContent
Auto Trait Implementations§
impl Freeze for CeremonyInterventionContent
impl RefUnwindSafe for CeremonyInterventionContent
impl Send for CeremonyInterventionContent
impl Sync for CeremonyInterventionContent
impl Unpin for CeremonyInterventionContent
impl UnsafeUnpin for CeremonyInterventionContent
impl UnwindSafe for CeremonyInterventionContent
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