pub enum AutoContextOn {
Turn,
Never,
}Variants§
Trait Implementations§
Source§impl Clone for AutoContextOn
impl Clone for AutoContextOn
Source§fn clone(&self) -> AutoContextOn
fn clone(&self) -> AutoContextOn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutoContextOn
Source§impl Debug for AutoContextOn
impl Debug for AutoContextOn
Source§impl Default for AutoContextOn
impl Default for AutoContextOn
Source§fn default() -> AutoContextOn
fn default() -> AutoContextOn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoContextOn
impl<'de> Deserialize<'de> for AutoContextOn
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
impl Eq for AutoContextOn
Source§impl PartialEq for AutoContextOn
impl PartialEq for AutoContextOn
impl StructuralPartialEq for AutoContextOn
Auto Trait Implementations§
impl Freeze for AutoContextOn
impl RefUnwindSafe for AutoContextOn
impl Send for AutoContextOn
impl Sync for AutoContextOn
impl Unpin for AutoContextOn
impl UnsafeUnpin for AutoContextOn
impl UnwindSafe for AutoContextOn
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