pub enum SearchChatbotError {
Http(u16, String),
NetworkIO,
MalformedUrl,
}
Variants§
Implementations§
source§impl SearchChatbotError
impl SearchChatbotError
pub fn error_code(&self) -> u16
pub fn error_string(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SearchChatbotError
impl RefUnwindSafe for SearchChatbotError
impl Send for SearchChatbotError
impl Sync for SearchChatbotError
impl Unpin for SearchChatbotError
impl UnwindSafe for SearchChatbotError
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