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