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