Enum deno_task_shell::parser::RedirectOpOutput
source · pub enum RedirectOpOutput {
Overwrite,
Append,
}Variants§
Trait Implementations§
source§impl Clone for RedirectOpOutput
impl Clone for RedirectOpOutput
source§fn clone(&self) -> RedirectOpOutput
fn clone(&self) -> RedirectOpOutput
Returns a copy 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 RedirectOpOutput
impl Debug for RedirectOpOutput
source§impl PartialEq for RedirectOpOutput
impl PartialEq for RedirectOpOutput
source§fn eq(&self, other: &RedirectOpOutput) -> bool
fn eq(&self, other: &RedirectOpOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RedirectOpOutput
impl StructuralPartialEq for RedirectOpOutput
Auto Trait Implementations§
impl Freeze for RedirectOpOutput
impl RefUnwindSafe for RedirectOpOutput
impl Send for RedirectOpOutput
impl Sync for RedirectOpOutput
impl Unpin for RedirectOpOutput
impl UnwindSafe for RedirectOpOutput
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