pub enum ChatResult {
Success(String),
RateLimited(String),
}Variants§
Auto Trait Implementations§
impl Freeze for ChatResult
impl RefUnwindSafe for ChatResult
impl Send for ChatResult
impl Sync for ChatResult
impl Unpin for ChatResult
impl UnsafeUnpin for ChatResult
impl UnwindSafe for ChatResult
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