pub struct RdataError(/* private fields */);
Expand description
failed to view RDATA ({1})
Trait Implementations§
Source§impl Debug for RdataError
impl Debug for RdataError
Auto Trait Implementations§
impl Freeze for RdataError
impl RefUnwindSafe for RdataError
impl Send for RdataError
impl Sync for RdataError
impl Unpin for RdataError
impl UnwindSafe for RdataError
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