pub struct Spf { /* private fields */ }Trait Implementations§
source§impl UnwrapTxtRecord for Spf
impl UnwrapTxtRecord for Spf
impl Eq for Spf
impl StructuralPartialEq for Spf
Auto Trait Implementations§
impl Freeze for Spf
impl RefUnwindSafe for Spf
impl Send for Spf
impl Sync for Spf
impl Unpin for Spf
impl UnwindSafe for Spf
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