pub enum ShaiArgs {
Ask(AskArgs),
Explain(ExplainArgs),
}Variants§
Ask(AskArgs)
Explain(ExplainArgs)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShaiArgs
impl RefUnwindSafe for ShaiArgs
impl Send for ShaiArgs
impl Sync for ShaiArgs
impl Unpin for ShaiArgs
impl UnwindSafe for ShaiArgs
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