pub enum RetrieveSpecificChatbotsSuccess {
Ok(String, Option<String>, u32),
NotModified(Option<String>, u32),
}
Variants§
Auto Trait Implementations§
impl Freeze for RetrieveSpecificChatbotsSuccess
impl RefUnwindSafe for RetrieveSpecificChatbotsSuccess
impl Send for RetrieveSpecificChatbotsSuccess
impl Sync for RetrieveSpecificChatbotsSuccess
impl Unpin for RetrieveSpecificChatbotsSuccess
impl UnwindSafe for RetrieveSpecificChatbotsSuccess
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