pub struct SpfErrors { /* private fields */ }Expand description
Contains a vector of parsing or validation errors which are represented using various SpfError codes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpfErrors
impl RefUnwindSafe for SpfErrors
impl Send for SpfErrors
impl Sync for SpfErrors
impl Unpin for SpfErrors
impl UnwindSafe for SpfErrors
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