pub struct WhspOptions {
pub allow_positionals: bool,
pub env_prefix: Option<&'static str>,
pub usage: Option<&'static str>,
}Fields§
§allow_positionals: bool§env_prefix: Option<&'static str>§usage: Option<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhspOptions
impl RefUnwindSafe for WhspOptions
impl Send for WhspOptions
impl Sync for WhspOptions
impl Unpin for WhspOptions
impl UnwindSafe for WhspOptions
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