pub struct CliName(/* private fields */);Expand description
A validated CLI tool name from the allow list (e.g. docker).
Implementations§
Trait Implementations§
impl Eq for CliName
impl StructuralPartialEq for CliName
Auto Trait Implementations§
impl Freeze for CliName
impl RefUnwindSafe for CliName
impl Send for CliName
impl Sync for CliName
impl Unpin for CliName
impl UnsafeUnpin for CliName
impl UnwindSafe for CliName
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