pub struct TxtBytes { /* private fields */ }Expand description
The bytes of a Txt record.
They are stored as a series of byte buffers so that we can reconstruct the exact encoding which was used for signatures, however they’re really just a simple list of bytes, and the underlying encoding should be ignored.
Implementations§
Trait Implementations§
impl Eq for TxtBytes
impl StructuralPartialEq for TxtBytes
Auto Trait Implementations§
impl Freeze for TxtBytes
impl RefUnwindSafe for TxtBytes
impl Send for TxtBytes
impl Sync for TxtBytes
impl Unpin for TxtBytes
impl UnwindSafe for TxtBytes
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