pub struct EstimateMessageRecipient {
pub email: Option<String>,
pub name: Option<String>,
}Fields§
§email: Option<String>Email of the message recipient.
name: Option<String>Name of the message recipient.
Trait Implementations§
Source§impl Debug for EstimateMessageRecipient
impl Debug for EstimateMessageRecipient
Source§impl Default for EstimateMessageRecipient
impl Default for EstimateMessageRecipient
Source§fn default() -> EstimateMessageRecipient
fn default() -> EstimateMessageRecipient
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EstimateMessageRecipient
impl<'de> Deserialize<'de> for EstimateMessageRecipient
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 EstimateMessageRecipient
impl Display for EstimateMessageRecipient
Auto Trait Implementations§
impl Freeze for EstimateMessageRecipient
impl RefUnwindSafe for EstimateMessageRecipient
impl Send for EstimateMessageRecipient
impl Sync for EstimateMessageRecipient
impl Unpin for EstimateMessageRecipient
impl UnwindSafe for EstimateMessageRecipient
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