pub struct AuthToolArguments {
pub function_call_id: String,
pub auth_config: Value,
}Expand description
The arguments for the special long running function tool that is used to request end user credentials.
Fields§
§function_call_id: String§auth_config: ValueTrait Implementations§
Source§impl Clone for AuthToolArguments
impl Clone for AuthToolArguments
Source§fn clone(&self) -> AuthToolArguments
fn clone(&self) -> AuthToolArguments
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthToolArguments
impl Debug for AuthToolArguments
Source§impl Default for AuthToolArguments
impl Default for AuthToolArguments
Source§fn default() -> AuthToolArguments
fn default() -> AuthToolArguments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuthToolArguments
impl RefUnwindSafe for AuthToolArguments
impl Send for AuthToolArguments
impl Sync for AuthToolArguments
impl Unpin for AuthToolArguments
impl UnwindSafe for AuthToolArguments
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