pub enum OCacheX2PassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for OCacheX2.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OCacheX2PassPhase
impl Clone for OCacheX2PassPhase
Source§fn clone(&self) -> OCacheX2PassPhase
fn clone(&self) -> OCacheX2PassPhase
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 OCacheX2PassPhase
impl Debug for OCacheX2PassPhase
Source§impl Hash for OCacheX2PassPhase
impl Hash for OCacheX2PassPhase
Source§impl PartialEq for OCacheX2PassPhase
impl PartialEq for OCacheX2PassPhase
impl Eq for OCacheX2PassPhase
impl StructuralPartialEq for OCacheX2PassPhase
Auto Trait Implementations§
impl Freeze for OCacheX2PassPhase
impl RefUnwindSafe for OCacheX2PassPhase
impl Send for OCacheX2PassPhase
impl Sync for OCacheX2PassPhase
impl Unpin for OCacheX2PassPhase
impl UnsafeUnpin for OCacheX2PassPhase
impl UnwindSafe for OCacheX2PassPhase
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