pub struct InfErrorOwned(/* private fields */);
Expand description
Owns the underlying buffer of data, contains accessor methods to retrieve data.
Implementations§
Trait Implementations§
Source§impl Debug for InfErrorOwned
impl Debug for InfErrorOwned
Source§impl<'a> From<&InfErrorRef<'a>> for InfErrorOwned
impl<'a> From<&InfErrorRef<'a>> for InfErrorOwned
Source§fn from(packet: &InfErrorRef<'a>) -> Self
fn from(packet: &InfErrorRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<InfErrorRef<'a>> for InfErrorOwned
impl<'a> From<InfErrorRef<'a>> for InfErrorOwned
Source§fn from(packet: InfErrorRef<'a>) -> Self
fn from(packet: InfErrorRef<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InfErrorOwned
impl RefUnwindSafe for InfErrorOwned
impl Send for InfErrorOwned
impl Sync for InfErrorOwned
impl Unpin for InfErrorOwned
impl UnwindSafe for InfErrorOwned
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