pub struct Opt { /* private fields */ }
Expand description
OPT record data.
This type wraps a bytes value containing the record data of an OPT record.
Implementations§
Trait Implementations§
Source§impl<N> From<Opt> for AllRecordData<N>
impl<N> From<Opt> for AllRecordData<N>
Source§impl Ord for Opt
impl Ord for Opt
Source§impl PartialOrd for Opt
impl PartialOrd for Opt
Source§impl RtypeRecordData for Opt
impl RtypeRecordData for Opt
impl Eq for Opt
impl StructuralPartialEq for Opt
Auto Trait Implementations§
impl !Freeze for Opt
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
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