pub struct MafaInput {
pub silent: bool,
pub nocolor: bool,
pub ascii: bool,
pub wrap_width: u16,
pub wrap_may_break: bool,
pub tout_page_load: u32,
pub tout_script: u32,
pub socks5: String,
pub gui: bool,
pub list_profile: bool,
pub use_profile: String,
pub elap: bool,
/* private fields */
}Fields§
§silent: bool§nocolor: bool§ascii: bool§wrap_width: u16§wrap_may_break: bool§tout_page_load: u32§tout_script: u32§socks5: String§gui: bool§list_profile: bool§use_profile: String§elap: boolImplementations§
Source§impl MafaInput
impl MafaInput
pub fn from_ca_matched(ca_matched: &ClapArgMatches) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MafaInput
impl RefUnwindSafe for MafaInput
impl Send for MafaInput
impl Sync for MafaInput
impl Unpin for MafaInput
impl UnwindSafe for MafaInput
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