pub enum InfluxError {
InvalidSyntax(String),
InvalidCredentials(String),
Forbidden(String),
Unknown(String),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfluxError
impl RefUnwindSafe for InfluxError
impl Send for InfluxError
impl Sync for InfluxError
impl Unpin for InfluxError
impl UnwindSafe for InfluxError
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