pub struct CliOptionName {
pub short: &'static str,
pub long: &'static str,
}Fields§
§short: &'static str§long: &'static strAuto Trait Implementations§
impl Freeze for CliOptionName
impl RefUnwindSafe for CliOptionName
impl Send for CliOptionName
impl Sync for CliOptionName
impl Unpin for CliOptionName
impl UnwindSafe for CliOptionName
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