Enum msg_auth_status::iprev::ptypes::IpRevProperty
source · pub enum IpRevProperty<'hdr> {
Policy(IpRevPolicy<'hdr>),
Smtp(IpRevSmtp<'hdr>),
}Expand description
iprev ptypes
Variants§
Trait Implementations§
source§impl<'hdr> Clone for IpRevProperty<'hdr>
impl<'hdr> Clone for IpRevProperty<'hdr>
source§fn clone(&self) -> IpRevProperty<'hdr>
fn clone(&self) -> IpRevProperty<'hdr>
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<'hdr> Debug for IpRevProperty<'hdr>
impl<'hdr> Debug for IpRevProperty<'hdr>
source§impl<'hdr> PartialEq for IpRevProperty<'hdr>
impl<'hdr> PartialEq for IpRevProperty<'hdr>
source§fn eq(&self, other: &IpRevProperty<'hdr>) -> bool
fn eq(&self, other: &IpRevProperty<'hdr>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'hdr> StructuralPartialEq for IpRevProperty<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for IpRevProperty<'hdr>
impl<'hdr> RefUnwindSafe for IpRevProperty<'hdr>
impl<'hdr> Send for IpRevProperty<'hdr>
impl<'hdr> Sync for IpRevProperty<'hdr>
impl<'hdr> Unpin for IpRevProperty<'hdr>
impl<'hdr> UnwindSafe for IpRevProperty<'hdr>
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