pub enum ContextKind {
Before,
After,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for ContextKind
impl Clone for ContextKind
Source§fn clone(&self) -> ContextKind
fn clone(&self) -> ContextKind
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 ContextKind
impl Debug for ContextKind
Source§impl Ord for ContextKind
impl Ord for ContextKind
Source§fn cmp(&self, other: &ContextKind) -> Ordering
fn cmp(&self, other: &ContextKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ContextKind
impl PartialEq for ContextKind
Source§impl PartialOrd for ContextKind
impl PartialOrd for ContextKind
impl Copy for ContextKind
impl Eq for ContextKind
impl StructuralPartialEq for ContextKind
Auto Trait Implementations§
impl Freeze for ContextKind
impl RefUnwindSafe for ContextKind
impl Send for ContextKind
impl Sync for ContextKind
impl Unpin for ContextKind
impl UnsafeUnpin for ContextKind
impl UnwindSafe for ContextKind
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