pub struct FullArgs {
pub args: Vec<String>,
/* private fields */
}Expand description
Allows to build parameters for flameshot full capture
Fields§
§args: Vec<String>Implementations§
Trait Implementations§
Source§impl CmdParameters for FullArgs
impl CmdParameters for FullArgs
fn generate_args(&self) -> Vec<String>
Source§impl Ord for FullArgs
impl Ord for FullArgs
Source§impl PartialOrd for FullArgs
impl PartialOrd for FullArgs
impl Eq for FullArgs
impl StructuralPartialEq for FullArgs
Auto Trait Implementations§
impl Freeze for FullArgs
impl RefUnwindSafe for FullArgs
impl Send for FullArgs
impl Sync for FullArgs
impl Unpin for FullArgs
impl UnwindSafe for FullArgs
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