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