pub struct StreamMode { /* private fields */ }Expand description
The -S stream sub-mode of the DepotContent state: diff a stream
with its parent.
Entered with Diff2::stream.
Trait Implementations§
Source§impl Clone for StreamMode
impl Clone for StreamMode
Source§impl Debug for StreamMode
impl Debug for StreamMode
impl Eq for StreamMode
Source§impl ExclusiveOption for StreamMode
impl ExclusiveOption for StreamMode
Source§fn inject_args(&self, command: &mut Command)
fn inject_args(&self, command: &mut Command)
Inject the CLI arguments corresponding to this selection into
command.Source§impl PartialEq for StreamMode
impl PartialEq for StreamMode
impl StructuralPartialEq for StreamMode
Auto Trait Implementations§
impl Freeze for StreamMode
impl RefUnwindSafe for StreamMode
impl Send for StreamMode
impl Sync for StreamMode
impl Unpin for StreamMode
impl UnsafeUnpin for StreamMode
impl UnwindSafe for StreamMode
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