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 for IprevOutput
impl PartialEq 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 ==.impl Eq for IprevOutput
impl StructuralPartialEq for IprevOutput
Auto Trait Implementations§
impl Freeze for IprevOutput
impl RefUnwindSafe for IprevOutput
impl Send for IprevOutput
impl Sync for IprevOutput
impl Unpin for IprevOutput
impl UnwindSafe for IprevOutput
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