pub struct RuntimeApplyRequest {
pub schema: String,
pub request_id: String,
pub deadline_at_ms: Option<u64>,
pub spec: RuntimeUnitSpec,
}Fields§
§schema: String§request_id: String§deadline_at_ms: Option<u64>§spec: RuntimeUnitSpecImplementations§
Trait Implementations§
Source§impl Clone for RuntimeApplyRequest
impl Clone for RuntimeApplyRequest
Source§fn clone(&self) -> RuntimeApplyRequest
fn clone(&self) -> RuntimeApplyRequest
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 RuntimeApplyRequest
impl Debug for RuntimeApplyRequest
Source§impl<'de> Deserialize<'de> for RuntimeApplyRequest
impl<'de> Deserialize<'de> for RuntimeApplyRequest
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
impl Eq for RuntimeApplyRequest
Source§impl PartialEq for RuntimeApplyRequest
impl PartialEq for RuntimeApplyRequest
Source§impl Serialize for RuntimeApplyRequest
impl Serialize for RuntimeApplyRequest
impl StructuralPartialEq for RuntimeApplyRequest
Auto Trait Implementations§
impl Freeze for RuntimeApplyRequest
impl RefUnwindSafe for RuntimeApplyRequest
impl Send for RuntimeApplyRequest
impl Sync for RuntimeApplyRequest
impl Unpin for RuntimeApplyRequest
impl UnsafeUnpin for RuntimeApplyRequest
impl UnwindSafe for RuntimeApplyRequest
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