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