pub enum ContextDepth {
All,
Shallowest,
}Variants§
Trait Implementations§
Source§impl Clone for ContextDepth
impl Clone for ContextDepth
Source§fn clone(&self) -> ContextDepth
fn clone(&self) -> ContextDepth
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 ContextDepth
impl Debug for ContextDepth
Source§impl PartialEq for ContextDepth
impl PartialEq for ContextDepth
impl Copy for ContextDepth
impl Eq for ContextDepth
impl StructuralPartialEq for ContextDepth
Auto Trait Implementations§
impl Freeze for ContextDepth
impl RefUnwindSafe for ContextDepth
impl Send for ContextDepth
impl Sync for ContextDepth
impl Unpin for ContextDepth
impl UnwindSafe for ContextDepth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<S, T> Convertable<BoxConverter, T> for S
impl<S, T> Convertable<BoxConverter, T> for S
Source§fn to(self) -> T
fn to(self) -> T
Converts the value into another type
T using the specified converter
C. The conversion should not fail, so not a Result<T, E> but a
T is expected. Read moreSource§impl<S, T> Convertable<DebugConverter, T> for S
impl<S, T> Convertable<DebugConverter, T> for S
Source§fn to(self) -> T
fn to(self) -> T
Converts the value into another type
T using the specified converter
C. The conversion should not fail, so not a Result<T, E> but a
T is expected. Read moreSource§impl<S, T> Convertable<IntoConverter, T> for Swhere
S: Into<T>,
impl<S, T> Convertable<IntoConverter, T> for Swhere
S: Into<T>,
Source§fn to(self) -> T
fn to(self) -> T
Converts the value into another type
T using the specified converter
C. The conversion should not fail, so not a Result<T, E> but a
T is expected. Read more