pub struct NoArgs;Expand description
call_tool("x", NoArgs) for a tool that takes none.
Trait Implementations§
Source§impl ToArguments for NoArgs
impl ToArguments for NoArgs
fn to_arguments(self) -> String
Auto Trait Implementations§
impl Freeze for NoArgs
impl RefUnwindSafe for NoArgs
impl Send for NoArgs
impl Sync for NoArgs
impl Unpin for NoArgs
impl UnsafeUnpin for NoArgs
impl UnwindSafe for NoArgs
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