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