pub enum ContextPhase {
Pre,
Post,
}Variants§
Trait Implementations§
Source§impl Clone for ContextPhase
impl Clone for ContextPhase
Source§fn clone(&self) -> ContextPhase
fn clone(&self) -> ContextPhase
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 ContextPhase
impl Debug for ContextPhase
Source§impl<'de> Deserialize<'de> for ContextPhase
impl<'de> Deserialize<'de> for ContextPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ContextPhase
impl PartialEq for ContextPhase
Source§impl Serialize for ContextPhase
impl Serialize for ContextPhase
Source§impl ValueEnum for ContextPhase
impl ValueEnum for ContextPhase
impl Copy for ContextPhase
impl Eq for ContextPhase
impl StructuralPartialEq for ContextPhase
Auto Trait Implementations§
impl Freeze for ContextPhase
impl RefUnwindSafe for ContextPhase
impl Send for ContextPhase
impl Sync for ContextPhase
impl Unpin for ContextPhase
impl UnwindSafe for ContextPhase
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