pub struct SyncPipeline {
pub depends: Option<String>,
pub name: Option<String>,
pub contents: Vec<SyncPipelineContent>,
}Fields§
§depends: Option<String>§name: Option<String>§contents: Vec<SyncPipelineContent>Trait Implementations§
Source§impl Clone for SyncPipeline
impl Clone for SyncPipeline
Source§fn clone(&self) -> SyncPipeline
fn clone(&self) -> SyncPipeline
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 SyncPipeline
impl Debug for SyncPipeline
Source§impl PartialEq for SyncPipeline
impl PartialEq for SyncPipeline
impl Eq for SyncPipeline
impl StructuralPartialEq for SyncPipeline
Auto Trait Implementations§
impl Freeze for SyncPipeline
impl RefUnwindSafe for SyncPipeline
impl Send for SyncPipeline
impl Sync for SyncPipeline
impl Unpin for SyncPipeline
impl UnwindSafe for SyncPipeline
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