pub struct UserVarName;Expand description
Marker type for the USER environment variable.
Trait Implementations§
Source§impl Clone for UserVarName
impl Clone for UserVarName
Source§fn clone(&self) -> UserVarName
fn clone(&self) -> UserVarName
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 UserVarName
Source§impl Debug for UserVarName
impl Debug for UserVarName
Source§impl EnvVarName for UserVarName
impl EnvVarName for UserVarName
impl Eq for UserVarName
Source§impl PartialEq for UserVarName
impl PartialEq for UserVarName
impl StructuralPartialEq for UserVarName
Auto Trait Implementations§
impl Freeze for UserVarName
impl RefUnwindSafe for UserVarName
impl Send for UserVarName
impl Sync for UserVarName
impl Unpin for UserVarName
impl UnsafeUnpin for UserVarName
impl UnwindSafe for UserVarName
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