pub struct ShieldListContentEmail {
pub type: ShieldListContentEmailType,
pub email_addresses: Vec<String>,
}Fields§
§type: ShieldListContentEmailType§email_addresses: Vec<String>Trait Implementations§
Source§impl Clone for ShieldListContentEmail
impl Clone for ShieldListContentEmail
Source§fn clone(&self) -> ShieldListContentEmail
fn clone(&self) -> ShieldListContentEmail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShieldListContentEmail
impl Debug for ShieldListContentEmail
Source§impl Default for ShieldListContentEmail
impl Default for ShieldListContentEmail
Source§fn default() -> ShieldListContentEmail
fn default() -> ShieldListContentEmail
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShieldListContentEmail
impl<'de> Deserialize<'de> for ShieldListContentEmail
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 ShieldListContentEmail
impl PartialEq for ShieldListContentEmail
Source§impl Serialize for ShieldListContentEmail
impl Serialize for ShieldListContentEmail
impl StructuralPartialEq for ShieldListContentEmail
Auto Trait Implementations§
impl Freeze for ShieldListContentEmail
impl RefUnwindSafe for ShieldListContentEmail
impl Send for ShieldListContentEmail
impl Sync for ShieldListContentEmail
impl Unpin for ShieldListContentEmail
impl UnsafeUnpin for ShieldListContentEmail
impl UnwindSafe for ShieldListContentEmail
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