pub struct ContinueRunRequest {
pub continuation_token: String,
}Expand description
ContinueRunRequest model.
Fields§
§continuation_token: StringOpaque base64-encoded continuation token
Trait Implementations§
Source§impl Clone for ContinueRunRequest
impl Clone for ContinueRunRequest
Source§fn clone(&self) -> ContinueRunRequest
fn clone(&self) -> ContinueRunRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContinueRunRequest
impl Debug for ContinueRunRequest
Source§impl Default for ContinueRunRequest
impl Default for ContinueRunRequest
Source§fn default() -> ContinueRunRequest
fn default() -> ContinueRunRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContinueRunRequest
impl<'de> Deserialize<'de> for ContinueRunRequest
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 ContinueRunRequest
impl PartialEq for ContinueRunRequest
Source§impl Serialize for ContinueRunRequest
impl Serialize for ContinueRunRequest
impl StructuralPartialEq for ContinueRunRequest
Auto Trait Implementations§
impl Freeze for ContinueRunRequest
impl RefUnwindSafe for ContinueRunRequest
impl Send for ContinueRunRequest
impl Sync for ContinueRunRequest
impl Unpin for ContinueRunRequest
impl UnsafeUnpin for ContinueRunRequest
impl UnwindSafe for ContinueRunRequest
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