pub struct WorkflowObjectRef {
pub placeholder: Option<WorkflowObjectRefPlaceholder>,
pub dataset: Option<WorkflowObjectRefDataset>,
pub app: Option<WorkflowObjectRefApp>,
}
Expand description
Fields§
§placeholder: Option<WorkflowObjectRefPlaceholder>
§dataset: Option<WorkflowObjectRefDataset>
§app: Option<WorkflowObjectRefApp>
Implementations§
Source§impl WorkflowObjectRef
impl WorkflowObjectRef
pub fn new() -> WorkflowObjectRef
Trait Implementations§
Source§impl Clone for WorkflowObjectRef
impl Clone for WorkflowObjectRef
Source§fn clone(&self) -> WorkflowObjectRef
fn clone(&self) -> WorkflowObjectRef
Returns a duplicate of the value. Read more
1.0.0 · 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 WorkflowObjectRef
impl Debug for WorkflowObjectRef
Source§impl<'de> Deserialize<'de> for WorkflowObjectRef
impl<'de> Deserialize<'de> for WorkflowObjectRef
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 WorkflowObjectRef
impl PartialEq for WorkflowObjectRef
Source§impl Serialize for WorkflowObjectRef
impl Serialize for WorkflowObjectRef
impl StructuralPartialEq for WorkflowObjectRef
Auto Trait Implementations§
impl Freeze for WorkflowObjectRef
impl RefUnwindSafe for WorkflowObjectRef
impl Send for WorkflowObjectRef
impl Sync for WorkflowObjectRef
impl Unpin for WorkflowObjectRef
impl UnwindSafe for WorkflowObjectRef
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