pub struct RunCreateStatefulAssistantId {}Expand description
RunCreateStatefulAssistantId : The assistant ID or graph name to run. If using graph name, will default to first assistant created from that graph.
Implementations§
Source§impl RunCreateStatefulAssistantId
impl RunCreateStatefulAssistantId
Sourcepub fn new() -> RunCreateStatefulAssistantId
pub fn new() -> RunCreateStatefulAssistantId
The assistant ID or graph name to run. If using graph name, will default to first assistant created from that graph.
Trait Implementations§
Source§impl Clone for RunCreateStatefulAssistantId
impl Clone for RunCreateStatefulAssistantId
Source§fn clone(&self) -> RunCreateStatefulAssistantId
fn clone(&self) -> RunCreateStatefulAssistantId
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 RunCreateStatefulAssistantId
impl Debug for RunCreateStatefulAssistantId
Source§impl Default for RunCreateStatefulAssistantId
impl Default for RunCreateStatefulAssistantId
Source§fn default() -> RunCreateStatefulAssistantId
fn default() -> RunCreateStatefulAssistantId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunCreateStatefulAssistantId
impl<'de> Deserialize<'de> for RunCreateStatefulAssistantId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RunCreateStatefulAssistantId
impl PartialEq for RunCreateStatefulAssistantId
Source§fn eq(&self, other: &RunCreateStatefulAssistantId) -> bool
fn eq(&self, other: &RunCreateStatefulAssistantId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunCreateStatefulAssistantId
Auto Trait Implementations§
impl Freeze for RunCreateStatefulAssistantId
impl RefUnwindSafe for RunCreateStatefulAssistantId
impl Send for RunCreateStatefulAssistantId
impl Sync for RunCreateStatefulAssistantId
impl Unpin for RunCreateStatefulAssistantId
impl UnwindSafe for RunCreateStatefulAssistantId
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