pub enum LegacyBehavior {
Canonical,
WarnEnvOverride,
Advanced,
}Variants§
Trait Implementations§
Source§impl Clone for LegacyBehavior
impl Clone for LegacyBehavior
Source§fn clone(&self) -> LegacyBehavior
fn clone(&self) -> LegacyBehavior
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 moreSource§impl Debug for LegacyBehavior
impl Debug for LegacyBehavior
Source§impl PartialEq for LegacyBehavior
impl PartialEq for LegacyBehavior
Source§fn eq(&self, other: &LegacyBehavior) -> bool
fn eq(&self, other: &LegacyBehavior) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LegacyBehavior
impl Eq for LegacyBehavior
impl StructuralPartialEq for LegacyBehavior
Auto Trait Implementations§
impl Freeze for LegacyBehavior
impl RefUnwindSafe for LegacyBehavior
impl Send for LegacyBehavior
impl Sync for LegacyBehavior
impl Unpin for LegacyBehavior
impl UnsafeUnpin for LegacyBehavior
impl UnwindSafe for LegacyBehavior
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