pub struct Receiver {
pub party: Option<RelatedParty>,
/* private fields */
}
Expand description
Recipient of this communication message
Fields§
§party: Option<RelatedParty>
Related party for receiver
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Receiver
impl<'de> Deserialize<'de> for Receiver
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 From<&Individual> for Receiver
impl From<&Individual> for Receiver
Source§fn from(value: &Individual) -> Self
fn from(value: &Individual) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Receiver
impl RefUnwindSafe for Receiver
impl Send for Receiver
impl Sync for Receiver
impl Unpin for Receiver
impl UnwindSafe for Receiver
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