pub struct Rrsig { /* private fields */ }Implementations§
Source§impl Rrsig
impl Rrsig
pub fn new( type_covered: Rtype, algorithm: SecAlg, labels: u8, original_ttl: u32, expiration: Serial, inception: Serial, key_tag: u16, signer_name: Dname, signature: Bytes, ) -> Self
pub fn type_covered(&self) -> Rtype
pub fn algorithm(&self) -> SecAlg
pub fn labels(&self) -> u8
pub fn original_ttl(&self) -> u32
pub fn expiration(&self) -> Serial
pub fn inception(&self) -> Serial
pub fn key_tag(&self) -> u16
pub fn signer_name(&self) -> &Dname
pub fn signature(&self) -> &Bytes
Trait Implementations§
Source§impl<N> From<Rrsig> for AllRecordData<N>
impl<N> From<Rrsig> for AllRecordData<N>
Source§impl<N> From<Rrsig> for MasterRecordData<N>
impl<N> From<Rrsig> for MasterRecordData<N>
Source§impl PartialOrd for Rrsig
impl PartialOrd for Rrsig
Source§impl RtypeRecordData for Rrsig
impl RtypeRecordData for Rrsig
impl Eq for Rrsig
impl StructuralPartialEq for Rrsig
Auto Trait Implementations§
impl !Freeze for Rrsig
impl RefUnwindSafe for Rrsig
impl Send for Rrsig
impl Sync for Rrsig
impl Unpin for Rrsig
impl UnwindSafe for Rrsig
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