pub struct PipeCommand { /* private fields */ }Expand description
A command that can receive extracted document output from the host app.
Implementations§
Trait Implementations§
Source§impl Clone for PipeCommand
impl Clone for PipeCommand
Source§fn clone(&self) -> PipeCommand
fn clone(&self) -> PipeCommand
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 moreSource§impl Debug for PipeCommand
impl Debug for PipeCommand
Source§impl PartialEq for PipeCommand
impl PartialEq for PipeCommand
Source§fn eq(&self, other: &PipeCommand) -> bool
fn eq(&self, other: &PipeCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PipeCommand
impl StructuralPartialEq for PipeCommand
Auto Trait Implementations§
impl Freeze for PipeCommand
impl RefUnwindSafe for PipeCommand
impl Send for PipeCommand
impl Sync for PipeCommand
impl Unpin for PipeCommand
impl UnsafeUnpin for PipeCommand
impl UnwindSafe for PipeCommand
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