pub struct AssistantFunc {
pub arguments: Option<String>,
pub name: Option<String>,
}
Fields§
§arguments: Option<String>
§name: Option<String>
Trait Implementations§
Source§impl Clone for AssistantFunc
impl Clone for AssistantFunc
Source§fn clone(&self) -> AssistantFunc
fn clone(&self) -> AssistantFunc
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 AssistantFunc
impl Debug for AssistantFunc
Source§impl Hash for AssistantFunc
impl Hash for AssistantFunc
Auto Trait Implementations§
impl Freeze for AssistantFunc
impl RefUnwindSafe for AssistantFunc
impl Send for AssistantFunc
impl Sync for AssistantFunc
impl Unpin for AssistantFunc
impl UnwindSafe for AssistantFunc
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