pub struct SystemIdentityEnv;Expand description
Environment provider backed by the current process environment.
Trait Implementations§
Source§impl Clone for SystemIdentityEnv
impl Clone for SystemIdentityEnv
Source§fn clone(&self) -> SystemIdentityEnv
fn clone(&self) -> SystemIdentityEnv
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 SystemIdentityEnv
Source§impl Debug for SystemIdentityEnv
impl Debug for SystemIdentityEnv
Source§impl Default for SystemIdentityEnv
impl Default for SystemIdentityEnv
Source§fn default() -> SystemIdentityEnv
fn default() -> SystemIdentityEnv
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemIdentityEnv
impl RefUnwindSafe for SystemIdentityEnv
impl Send for SystemIdentityEnv
impl Sync for SystemIdentityEnv
impl Unpin for SystemIdentityEnv
impl UnsafeUnpin for SystemIdentityEnv
impl UnwindSafe for SystemIdentityEnv
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