pub enum ShellOperator {
Required,
Fallback,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ShellOperator
impl Clone for ShellOperator
Source§fn clone(&self) -> ShellOperator
fn clone(&self) -> ShellOperator
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 ShellOperator
Source§impl Debug for ShellOperator
impl Debug for ShellOperator
Source§impl Display for ShellOperator
impl Display for ShellOperator
impl Eq for ShellOperator
Source§impl PartialEq for ShellOperator
impl PartialEq for ShellOperator
impl StructuralPartialEq for ShellOperator
Auto Trait Implementations§
impl Freeze for ShellOperator
impl RefUnwindSafe for ShellOperator
impl Send for ShellOperator
impl Sync for ShellOperator
impl Unpin for ShellOperator
impl UnsafeUnpin for ShellOperator
impl UnwindSafe for ShellOperator
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