pub struct InterfaceError;
Trait Implementations§
Source§impl ErrorKind for InterfaceError
impl ErrorKind for InterfaceError
Auto Trait Implementations§
impl Freeze for InterfaceError
impl RefUnwindSafe for InterfaceError
impl Send for InterfaceError
impl Sync for InterfaceError
impl Unpin for InterfaceError
impl UnwindSafe for InterfaceError
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