Struct azure_devops_rust_api::release::models::EmailRecipients
source · pub struct EmailRecipients {
pub email_addresses: Vec<String>,
pub tfs_ids: Vec<String>,
}Expand description
Fields§
§email_addresses: Vec<String>List of email addresses.
tfs_ids: Vec<String>List of TFS IDs guids.
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 for EmailRecipients
impl PartialEq 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 ==.source§impl Serialize for EmailRecipients
impl Serialize for EmailRecipients
impl StructuralPartialEq for EmailRecipients
Auto Trait Implementations§
impl Freeze for EmailRecipients
impl RefUnwindSafe for EmailRecipients
impl Send for EmailRecipients
impl Sync for EmailRecipients
impl Unpin for EmailRecipients
impl UnwindSafe for EmailRecipients
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