pub struct Nsec3param { /* private fields */ }Implementations§
Source§impl Nsec3param
impl Nsec3param
pub fn new( hash_algorithm: Nsec3HashAlg, flags: u8, iterations: u16, salt: CharStr, ) -> Self
pub fn hash_algorithm(&self) -> Nsec3HashAlg
pub fn flags(&self) -> u8
pub fn iterations(&self) -> u16
pub fn salt(&self) -> &CharStr
Trait Implementations§
Source§impl Clone for Nsec3param
impl Clone for Nsec3param
Source§fn clone(&self) -> Nsec3param
fn clone(&self) -> Nsec3param
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 moreSource§impl Compose for Nsec3param
impl Compose for Nsec3param
Source§impl Compress for Nsec3param
impl Compress for Nsec3param
Source§impl Debug for Nsec3param
impl Debug for Nsec3param
Source§impl Display for Nsec3param
impl Display for Nsec3param
Source§impl<N> From<Nsec3param> for AllRecordData<N>
impl<N> From<Nsec3param> for AllRecordData<N>
Source§fn from(value: Nsec3param) -> Self
fn from(value: Nsec3param) -> Self
Converts to this type from the input type.
Source§impl<N> From<Nsec3param> for MasterRecordData<N>
impl<N> From<Nsec3param> for MasterRecordData<N>
Source§fn from(value: Nsec3param) -> Self
fn from(value: Nsec3param) -> Self
Converts to this type from the input type.
Source§impl Hash for Nsec3param
impl Hash for Nsec3param
Source§impl Ord for Nsec3param
impl Ord for Nsec3param
Source§fn cmp(&self, other: &Nsec3param) -> Ordering
fn cmp(&self, other: &Nsec3param) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Parse for Nsec3param
impl Parse for Nsec3param
Source§impl ParseAll for Nsec3param
impl ParseAll for Nsec3param
Source§impl PartialEq for Nsec3param
impl PartialEq for Nsec3param
Source§impl PartialOrd for Nsec3param
impl PartialOrd for Nsec3param
Source§impl RtypeRecordData for Nsec3param
impl RtypeRecordData for Nsec3param
Source§impl Scan for Nsec3param
impl Scan for Nsec3param
impl Eq for Nsec3param
impl StructuralPartialEq for Nsec3param
Auto Trait Implementations§
impl !Freeze for Nsec3param
impl RefUnwindSafe for Nsec3param
impl Send for Nsec3param
impl Sync for Nsec3param
impl Unpin for Nsec3param
impl UnwindSafe for Nsec3param
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