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