pub enum UndefinedVarFallbackMode {
Warning,
Info,
Off,
}Variants§
Trait Implementations§
Source§impl Clone for UndefinedVarFallbackMode
impl Clone for UndefinedVarFallbackMode
Source§fn clone(&self) -> UndefinedVarFallbackMode
fn clone(&self) -> UndefinedVarFallbackMode
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 UndefinedVarFallbackMode
impl Debug for UndefinedVarFallbackMode
Source§impl PartialEq for UndefinedVarFallbackMode
impl PartialEq for UndefinedVarFallbackMode
impl Copy for UndefinedVarFallbackMode
impl Eq for UndefinedVarFallbackMode
impl StructuralPartialEq for UndefinedVarFallbackMode
Auto Trait Implementations§
impl Freeze for UndefinedVarFallbackMode
impl RefUnwindSafe for UndefinedVarFallbackMode
impl Send for UndefinedVarFallbackMode
impl Sync for UndefinedVarFallbackMode
impl Unpin for UndefinedVarFallbackMode
impl UnwindSafe for UndefinedVarFallbackMode
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