pub struct CronCreateAssistantId {}Expand description
CronCreateAssistantId : The assistant ID or graph name to run. If using graph name, will default to the assistant automatically created from that graph by the server.
Implementations§
Source§impl CronCreateAssistantId
impl CronCreateAssistantId
Sourcepub fn new() -> CronCreateAssistantId
pub fn new() -> CronCreateAssistantId
The assistant ID or graph name to run. If using graph name, will default to the assistant automatically created from that graph by the server.
Trait Implementations§
Source§impl Clone for CronCreateAssistantId
impl Clone for CronCreateAssistantId
Source§fn clone(&self) -> CronCreateAssistantId
fn clone(&self) -> CronCreateAssistantId
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CronCreateAssistantId
impl Debug for CronCreateAssistantId
Source§impl Default for CronCreateAssistantId
impl Default for CronCreateAssistantId
Source§fn default() -> CronCreateAssistantId
fn default() -> CronCreateAssistantId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CronCreateAssistantId
impl<'de> Deserialize<'de> for CronCreateAssistantId
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 CronCreateAssistantId
impl PartialEq for CronCreateAssistantId
Source§impl Serialize for CronCreateAssistantId
impl Serialize for CronCreateAssistantId
impl StructuralPartialEq for CronCreateAssistantId
Auto Trait Implementations§
impl Freeze for CronCreateAssistantId
impl RefUnwindSafe for CronCreateAssistantId
impl Send for CronCreateAssistantId
impl Sync for CronCreateAssistantId
impl Unpin for CronCreateAssistantId
impl UnwindSafe for CronCreateAssistantId
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)