pub struct FromStdin { /* private fields */ }Expand description
Read the attribute value from standard input (-i).
Entered with Attribute::read_from_stdin; only one file argument is
allowed in this state.
Trait Implementations§
Source§impl ExclusiveOption for FromStdin
impl ExclusiveOption for FromStdin
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.Auto Trait Implementations§
impl Freeze for FromStdin
impl RefUnwindSafe for FromStdin
impl Send for FromStdin
impl Sync for FromStdin
impl Unpin for FromStdin
impl UnsafeUnpin for FromStdin
impl UnwindSafe for FromStdin
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