pub enum BridgeDiscoveryError {
NotFound,
MDNSUnavailable,
HTTPUnavailable,
}Variants§
NotFound
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BridgeDiscoveryError
impl RefUnwindSafe for BridgeDiscoveryError
impl Send for BridgeDiscoveryError
impl Sync for BridgeDiscoveryError
impl Unpin for BridgeDiscoveryError
impl UnsafeUnpin for BridgeDiscoveryError
impl UnwindSafe for BridgeDiscoveryError
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