Struct fusionauth_rust_client::models::email_header::EmailHeader
source · pub struct EmailHeader {
pub name: Option<String>,
pub value: Option<String>,
}
Expand description
EmailHeader :
Fields§
§name: Option<String>
§value: Option<String>
Implementations§
source§impl EmailHeader
impl EmailHeader
sourcepub fn new() -> EmailHeader
pub fn new() -> EmailHeader
Trait Implementations§
source§impl Clone for EmailHeader
impl Clone for EmailHeader
source§fn clone(&self) -> EmailHeader
fn clone(&self) -> EmailHeader
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 EmailHeader
impl Debug for EmailHeader
source§impl Default for EmailHeader
impl Default for EmailHeader
source§fn default() -> EmailHeader
fn default() -> EmailHeader
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EmailHeader
impl<'de> Deserialize<'de> for EmailHeader
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 EmailHeader
impl PartialEq for EmailHeader
source§fn eq(&self, other: &EmailHeader) -> bool
fn eq(&self, other: &EmailHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EmailHeader
impl Serialize for EmailHeader
impl StructuralPartialEq for EmailHeader
Auto Trait Implementations§
impl RefUnwindSafe for EmailHeader
impl Send for EmailHeader
impl Sync for EmailHeader
impl Unpin for EmailHeader
impl UnwindSafe for EmailHeader
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