pub enum RelayClientError {
ConnectionError(ConnectionError),
NoRelays,
NoConnections,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelayClientError
impl RefUnwindSafe for RelayClientError
impl Send for RelayClientError
impl Sync for RelayClientError
impl Unpin for RelayClientError
impl UnwindSafe for RelayClientError
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