pub enum RelayServerError {
CannotCreatePoller,
}Variants§
CannotCreatePoller
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelayServerError
impl RefUnwindSafe for RelayServerError
impl Send for RelayServerError
impl Sync for RelayServerError
impl Unpin for RelayServerError
impl UnwindSafe for RelayServerError
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