pub struct WorkflowOutputRef {
pub output_hash: String,
pub output_path: String,
pub output_bytes: usize,
pub output_schema_version: u32,
pub content_type: Option<String>,
}Fields§
§output_hash: String§output_path: String§output_bytes: usize§output_schema_version: u32§content_type: Option<String>Trait Implementations§
Source§impl Clone for WorkflowOutputRef
impl Clone for WorkflowOutputRef
Source§fn clone(&self) -> WorkflowOutputRef
fn clone(&self) -> WorkflowOutputRef
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 WorkflowOutputRef
impl Debug for WorkflowOutputRef
Source§impl<'de> Deserialize<'de> for WorkflowOutputRef
impl<'de> Deserialize<'de> for WorkflowOutputRef
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 WorkflowOutputRef
Source§impl PartialEq for WorkflowOutputRef
impl PartialEq for WorkflowOutputRef
Source§fn eq(&self, other: &WorkflowOutputRef) -> bool
fn eq(&self, other: &WorkflowOutputRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkflowOutputRef
impl Serialize for WorkflowOutputRef
impl StructuralPartialEq for WorkflowOutputRef
Auto Trait Implementations§
impl Freeze for WorkflowOutputRef
impl RefUnwindSafe for WorkflowOutputRef
impl Send for WorkflowOutputRef
impl Sync for WorkflowOutputRef
impl Unpin for WorkflowOutputRef
impl UnsafeUnpin for WorkflowOutputRef
impl UnwindSafe for WorkflowOutputRef
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