pub enum HubWsError {
Error(String),
LocErrors(Vec<LocMessage>),
}
Variants§
Error(String)
LocErrors(Vec<LocMessage>)
Auto Trait Implementations§
impl Freeze for HubWsError
impl RefUnwindSafe for HubWsError
impl Send for HubWsError
impl Sync for HubWsError
impl Unpin for HubWsError
impl UnwindSafe for HubWsError
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