pub enum LinkError {
DeviceDown,
LinkDown,
}
Expand description
There was a problem Linking
Variants§
DeviceDown
We can’t because we already disconnected.
LinkDown
We can’t because the other Device already disconnected.
Trait Implementations§
impl Copy for LinkError
impl Eq for LinkError
impl StructuralPartialEq for LinkError
Auto Trait Implementations§
impl Freeze for LinkError
impl RefUnwindSafe for LinkError
impl Send for LinkError
impl Sync for LinkError
impl Unpin for LinkError
impl UnwindSafe for LinkError
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