pub struct ShellEnvAssignment {
pub key: String,
pub value: String,
}Fields§
§key: String§value: StringTrait Implementations§
Source§impl Clone for ShellEnvAssignment
impl Clone for ShellEnvAssignment
Source§fn clone(&self) -> ShellEnvAssignment
fn clone(&self) -> ShellEnvAssignment
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 ShellEnvAssignment
impl Debug for ShellEnvAssignment
Source§impl PartialEq for ShellEnvAssignment
impl PartialEq for ShellEnvAssignment
impl Eq for ShellEnvAssignment
impl StructuralPartialEq for ShellEnvAssignment
Auto Trait Implementations§
impl Freeze for ShellEnvAssignment
impl RefUnwindSafe for ShellEnvAssignment
impl Send for ShellEnvAssignment
impl Sync for ShellEnvAssignment
impl Unpin for ShellEnvAssignment
impl UnsafeUnpin for ShellEnvAssignment
impl UnwindSafe for ShellEnvAssignment
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