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