pub enum AtError {
TooManyReturnedLines,
ErrorReply(usize),
CreateHTTPSessionFailed(HttpClient),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtError
impl RefUnwindSafe for AtError
impl Send for AtError
impl Sync for AtError
impl Unpin for AtError
impl UnwindSafe for AtError
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