Struct mail_auth::IprevOutput
source · pub struct IprevOutput {
pub result: IprevResult,
pub ptr: Option<Arc<Vec<String>>>,
}Fields§
§result: IprevResult§ptr: Option<Arc<Vec<String>>>Implementations§
source§impl IprevOutput
impl IprevOutput
pub fn result(&self) -> &IprevResult
Trait Implementations§
source§impl Clone for IprevOutput
impl Clone for IprevOutput
source§fn clone(&self) -> IprevOutput
fn clone(&self) -> IprevOutput
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 IprevOutput
impl Debug for IprevOutput
source§impl PartialEq<IprevOutput> for IprevOutput
impl PartialEq<IprevOutput> for IprevOutput
source§fn eq(&self, other: &IprevOutput) -> bool
fn eq(&self, other: &IprevOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.