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<'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
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