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