Enum SpfVersion
pub enum SpfVersion {
V1,
}Expand description
SPF record version marker.
Variants§
V1
SPF version 1.
Implementations§
§impl SpfVersion
impl SpfVersion
Trait Implementations§
§impl Clone for SpfVersion
impl Clone for SpfVersion
§fn clone(&self) -> SpfVersion
fn clone(&self) -> SpfVersion
Returns a duplicate 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 more§impl Debug for SpfVersion
impl Debug for SpfVersion
§impl Default for SpfVersion
impl Default for SpfVersion
§fn default() -> SpfVersion
fn default() -> SpfVersion
Returns the “default value” for a type. Read more
§impl Display for SpfVersion
impl Display for SpfVersion
§impl FromStr for SpfVersion
impl FromStr for SpfVersion
§impl Hash for SpfVersion
impl Hash for SpfVersion
§impl Ord for SpfVersion
impl Ord for SpfVersion
§impl PartialEq for SpfVersion
impl PartialEq for SpfVersion
§impl PartialOrd for SpfVersion
impl PartialOrd for SpfVersion
impl Copy for SpfVersion
impl Eq for SpfVersion
impl StructuralPartialEq for SpfVersion
Auto Trait Implementations§
impl Freeze for SpfVersion
impl RefUnwindSafe for SpfVersion
impl Send for SpfVersion
impl Sync for SpfVersion
impl Unpin for SpfVersion
impl UnsafeUnpin for SpfVersion
impl UnwindSafe for SpfVersion
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