Struct azure_devops_rust_api::wit::models::EmailRecipients
source · pub struct EmailRecipients {
pub email_addresses: Vec<String>,
pub tf_ids: Vec<String>,
pub unresolved_entity_ids: Vec<String>,
}Expand description
Fields§
§email_addresses: Vec<String>Plaintext email addresses.
tf_ids: Vec<String>TfIds
unresolved_entity_ids: Vec<String>Unresolved entity ids
Implementations§
Trait Implementations§
source§impl Clone for EmailRecipients
impl Clone for EmailRecipients
source§fn clone(&self) -> EmailRecipients
fn clone(&self) -> EmailRecipients
Returns a copy of the value. Read more
1.0.0 · 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 EmailRecipients
impl Debug for EmailRecipients
source§impl Default for EmailRecipients
impl Default for EmailRecipients
source§fn default() -> EmailRecipients
fn default() -> EmailRecipients
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EmailRecipients
impl<'de> Deserialize<'de> for EmailRecipients
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 PartialEq<EmailRecipients> for EmailRecipients
impl PartialEq<EmailRecipients> for EmailRecipients
source§fn eq(&self, other: &EmailRecipients) -> bool
fn eq(&self, other: &EmailRecipients) -> bool
This method tests for
self and other values to be equal, and is used
by ==.