pub struct FromFile { /* private fields */ }Expand description
Read the attribute value from a file (-I filename).
Entered with Attribute::read_from_file; -e is not available and only
one file argument is allowed in this state.
Trait Implementations§
Source§impl ExclusiveOption for FromFile
Available on non-crate feature lt2024_2 only.
impl ExclusiveOption for FromFile
Available on non-crate feature
lt2024_2 only.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 FromFile
impl RefUnwindSafe for FromFile
impl Send for FromFile
impl Sync for FromFile
impl Unpin for FromFile
impl UnsafeUnpin for FromFile
impl UnwindSafe for FromFile
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