pub struct DataRef {
pub name: String,
pub format: DataFormat,
}Expand description
Reference to a named data artifact produced or consumed by a task.
Fields§
§name: StringName used to match outputs to inputs across tasks.
format: DataFormatSerialization format.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataRef
impl RefUnwindSafe for DataRef
impl Send for DataRef
impl Sync for DataRef
impl Unpin for DataRef
impl UnwindSafe for DataRef
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