Struct mailparsing::AuthenticationResults
source · pub struct AuthenticationResults {
pub serv_id: String,
pub version: Option<u32>,
pub results: Vec<AuthenticationResult>,
}
Fields§
§serv_id: String
§version: Option<u32>
§results: Vec<AuthenticationResult>
Trait Implementations§
source§impl Clone for AuthenticationResults
impl Clone for AuthenticationResults
source§fn clone(&self) -> AuthenticationResults
fn clone(&self) -> AuthenticationResults
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 AuthenticationResults
impl Debug for AuthenticationResults
source§impl<'de> Deserialize<'de> for AuthenticationResults
impl<'de> Deserialize<'de> for AuthenticationResults
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 EncodeHeaderValue for AuthenticationResults
impl EncodeHeaderValue for AuthenticationResults
fn encode_value(&self) -> SharedString<'static>
fn as_header(&self, _name: &str) -> Option<Header<'static>>
source§impl PartialEq for AuthenticationResults
impl PartialEq for AuthenticationResults
source§impl Serialize for AuthenticationResults
impl Serialize for AuthenticationResults
impl Eq for AuthenticationResults
impl StructuralPartialEq for AuthenticationResults
Auto Trait Implementations§
impl Freeze for AuthenticationResults
impl RefUnwindSafe for AuthenticationResults
impl Send for AuthenticationResults
impl Sync for AuthenticationResults
impl Unpin for AuthenticationResults
impl UnwindSafe for AuthenticationResults
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)