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