pub struct InfError;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfError
impl RefUnwindSafe for InfError
impl Send for InfError
impl Sync for InfError
impl Unpin for InfError
impl UnwindSafe for InfError
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