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