pub struct TBS(/* private fields */);
Available on crate feature
dnssec
only.Expand description
Data To Be Signed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TBS
impl RefUnwindSafe for TBS
impl Send for TBS
impl Sync for TBS
impl Unpin for TBS
impl UnwindSafe for TBS
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