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 Freeze for RetrieveSpecificChatbotsError
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