pub struct CLISpec(pub String);Expand description
{0}
An (abstract or concrete) spec string for a command-line argument. This is
used in find::Find::find to resolve concrete specs from the string.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLISpec
impl RefUnwindSafe for CLISpec
impl Send for CLISpec
impl Sync for CLISpec
impl Unpin for CLISpec
impl UnwindSafe for CLISpec
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