pub struct OptRecord { /* private fields */ }Expand description
An entire OPT record.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OptRecord
impl RefUnwindSafe for OptRecord
impl Send for OptRecord
impl Sync for OptRecord
impl Unpin for OptRecord
impl UnwindSafe for OptRecord
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