pub struct RunsCreateOptionsV0 {
pub idempotency_key: Option<String>,
}Expand description
RunsCreateOptionsV0
JSON schema
{
"type": "object",
"properties": {
"idempotency_key": {
"type": "string"
}
}
}Fields§
§idempotency_key: Option<String>Trait Implementations§
Source§impl Clone for RunsCreateOptionsV0
impl Clone for RunsCreateOptionsV0
Source§fn clone(&self) -> RunsCreateOptionsV0
fn clone(&self) -> RunsCreateOptionsV0
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 RunsCreateOptionsV0
impl Debug for RunsCreateOptionsV0
Source§impl Default for RunsCreateOptionsV0
impl Default for RunsCreateOptionsV0
Source§impl<'de> Deserialize<'de> for RunsCreateOptionsV0
impl<'de> Deserialize<'de> for RunsCreateOptionsV0
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 From<&RunsCreateOptionsV0> for RunsCreateOptionsV0
impl From<&RunsCreateOptionsV0> for RunsCreateOptionsV0
Source§fn from(value: &RunsCreateOptionsV0) -> Self
fn from(value: &RunsCreateOptionsV0) -> Self
Converts to this type from the input type.
Source§impl From<RunsCreateOptionsV0> for ModelRelayApi
impl From<RunsCreateOptionsV0> for ModelRelayApi
Source§fn from(value: RunsCreateOptionsV0) -> Self
fn from(value: RunsCreateOptionsV0) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RunsCreateOptionsV0
impl PartialEq for RunsCreateOptionsV0
Source§impl Serialize for RunsCreateOptionsV0
impl Serialize for RunsCreateOptionsV0
impl StructuralPartialEq for RunsCreateOptionsV0
Auto Trait Implementations§
impl Freeze for RunsCreateOptionsV0
impl RefUnwindSafe for RunsCreateOptionsV0
impl Send for RunsCreateOptionsV0
impl Sync for RunsCreateOptionsV0
impl Unpin for RunsCreateOptionsV0
impl UnwindSafe for RunsCreateOptionsV0
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)