Struct google_dfareporting3::Recipient [−][src]
pub struct Recipient {
pub kind: Option<String>,
pub delivery_type: Option<String>,
pub email: Option<String>,
}Represents a recipient.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
The kind of resource this is, in this case dfareporting#recipient.
delivery_type: Option<String>
The delivery type for the recipient.
email: Option<String>
The email address of the recipient.
Trait Implementations
impl Default for Recipient[src]
impl Default for Recipientimpl Clone for Recipient[src]
impl Clone for Recipientfn clone(&self) -> Recipient[src]
fn clone(&self) -> RecipientReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Recipient[src]
impl Debug for Recipientfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Recipient[src]
impl Part for Recipient