#[repr(u8)]pub enum ReceivedPart {
Show 13 variants
From(ReceivedHostname),
FromIp = 1,
FromIpRev = 2,
By(ReceivedHostname),
For = 4,
With = 5,
TlsVersion = 6,
TlsCipher = 7,
Id = 8,
Ident = 9,
Via = 10,
Date = 11,
DateRaw = 12,
}Variants§
From(ReceivedHostname)
FromIp = 1
FromIpRev = 2
By(ReceivedHostname)
For = 4
With = 5
TlsVersion = 6
TlsCipher = 7
Id = 8
Ident = 9
Via = 10
Date = 11
DateRaw = 12
Trait Implementations§
Source§impl Clone for ReceivedPart
impl Clone for ReceivedPart
Source§fn clone(&self) -> ReceivedPart
fn clone(&self) -> ReceivedPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReceivedPart
Source§impl Debug for ReceivedPart
impl Debug for ReceivedPart
impl Eq for ReceivedPart
Source§impl PartialEq for ReceivedPart
impl PartialEq for ReceivedPart
impl StructuralPartialEq for ReceivedPart
Auto Trait Implementations§
impl Freeze for ReceivedPart
impl RefUnwindSafe for ReceivedPart
impl Send for ReceivedPart
impl Sync for ReceivedPart
impl Unpin for ReceivedPart
impl UnsafeUnpin for ReceivedPart
impl UnwindSafe for ReceivedPart
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.