pub struct RustLogVarName;Expand description
Marker type for the RUST_LOG environment variable.
Trait Implementations§
Source§impl Clone for RustLogVarName
impl Clone for RustLogVarName
Source§fn clone(&self) -> RustLogVarName
fn clone(&self) -> RustLogVarName
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 RustLogVarName
Source§impl Debug for RustLogVarName
impl Debug for RustLogVarName
Source§impl EnvVarName for RustLogVarName
impl EnvVarName for RustLogVarName
impl Eq for RustLogVarName
Source§impl PartialEq for RustLogVarName
impl PartialEq for RustLogVarName
Source§fn eq(&self, other: &RustLogVarName) -> bool
fn eq(&self, other: &RustLogVarName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RustLogVarName
Auto Trait Implementations§
impl Freeze for RustLogVarName
impl RefUnwindSafe for RustLogVarName
impl Send for RustLogVarName
impl Sync for RustLogVarName
impl Unpin for RustLogVarName
impl UnsafeUnpin for RustLogVarName
impl UnwindSafe for RustLogVarName
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