pub struct RunFlowDependenciesAsyncRequest {
pub path: String,
pub flow_value: Box<FlowValue>,
}Fields§
§path: String§flow_value: Box<FlowValue>Implementations§
Source§impl RunFlowDependenciesAsyncRequest
impl RunFlowDependenciesAsyncRequest
pub fn new( path: String, flow_value: FlowValue, ) -> RunFlowDependenciesAsyncRequest
Trait Implementations§
Source§impl Clone for RunFlowDependenciesAsyncRequest
impl Clone for RunFlowDependenciesAsyncRequest
Source§fn clone(&self) -> RunFlowDependenciesAsyncRequest
fn clone(&self) -> RunFlowDependenciesAsyncRequest
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 Default for RunFlowDependenciesAsyncRequest
impl Default for RunFlowDependenciesAsyncRequest
Source§fn default() -> RunFlowDependenciesAsyncRequest
fn default() -> RunFlowDependenciesAsyncRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunFlowDependenciesAsyncRequest
impl<'de> Deserialize<'de> for RunFlowDependenciesAsyncRequest
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 RunFlowDependenciesAsyncRequest
impl PartialEq for RunFlowDependenciesAsyncRequest
Source§fn eq(&self, other: &RunFlowDependenciesAsyncRequest) -> bool
fn eq(&self, other: &RunFlowDependenciesAsyncRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunFlowDependenciesAsyncRequest
Auto Trait Implementations§
impl Freeze for RunFlowDependenciesAsyncRequest
impl RefUnwindSafe for RunFlowDependenciesAsyncRequest
impl Send for RunFlowDependenciesAsyncRequest
impl Sync for RunFlowDependenciesAsyncRequest
impl Unpin for RunFlowDependenciesAsyncRequest
impl UnsafeUnpin for RunFlowDependenciesAsyncRequest
impl UnwindSafe for RunFlowDependenciesAsyncRequest
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