pub enum SyncPipelineContent {
SyncPipelineStage(SyncPipelineStage),
}Variants§
SyncPipelineStage(SyncPipelineStage)
Trait Implementations§
Source§impl Clone for SyncPipelineContent
impl Clone for SyncPipelineContent
Source§fn clone(&self) -> SyncPipelineContent
fn clone(&self) -> SyncPipelineContent
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 SyncPipelineContent
impl Debug for SyncPipelineContent
Source§impl PartialEq for SyncPipelineContent
impl PartialEq for SyncPipelineContent
impl Eq for SyncPipelineContent
impl StructuralPartialEq for SyncPipelineContent
Auto Trait Implementations§
impl Freeze for SyncPipelineContent
impl RefUnwindSafe for SyncPipelineContent
impl Send for SyncPipelineContent
impl Sync for SyncPipelineContent
impl Unpin for SyncPipelineContent
impl UnwindSafe for SyncPipelineContent
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