pub struct InfErrorRef<'a>(/* private fields */);
Expand description
Contains a reference to an underlying buffer, contains accessor methods to retrieve data.
Implementations§
Trait Implementations§
Source§impl Debug for InfErrorRef<'_>
impl Debug for InfErrorRef<'_>
Auto Trait Implementations§
impl<'a> Freeze for InfErrorRef<'a>
impl<'a> RefUnwindSafe for InfErrorRef<'a>
impl<'a> Send for InfErrorRef<'a>
impl<'a> Sync for InfErrorRef<'a>
impl<'a> Unpin for InfErrorRef<'a>
impl<'a> UnwindSafe for InfErrorRef<'a>
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