pub struct ExpandOnly;Expand description
Only add applicable database records (--expand-only).
Trait Implementations§
Source§impl Clone for ExpandOnly
impl Clone for ExpandOnly
impl Copy for ExpandOnly
Source§impl Debug for ExpandOnly
impl Debug for ExpandOnly
Source§impl Default for ExpandOnly
impl Default for ExpandOnly
Source§impl ExclusiveOption for ExpandOnly
Available on non-crate feature lt2025_2 only.
impl ExclusiveOption for ExpandOnly
Available on non-crate feature
lt2025_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 ExpandOnly
impl RefUnwindSafe for ExpandOnly
impl Send for ExpandOnly
impl Sync for ExpandOnly
impl Unpin for ExpandOnly
impl UnsafeUnpin for ExpandOnly
impl UnwindSafe for ExpandOnly
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