pub struct ScreenArgs {
pub args: Vec<String>,
/* private fields */
}Expand description
Allows to build parameters for flameshot screen capture
Fields§
§args: Vec<String>Implementations§
Source§impl ScreenArgs
impl ScreenArgs
pub fn builder() -> ScreenArgsBuilder
Trait Implementations§
Source§impl Clone for ScreenArgs
impl Clone for ScreenArgs
Source§fn clone(&self) -> ScreenArgs
fn clone(&self) -> ScreenArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CmdParameters for ScreenArgs
impl CmdParameters for ScreenArgs
fn generate_args(&self) -> Vec<String>
Source§impl Debug for ScreenArgs
impl Debug for ScreenArgs
Source§impl Hash for ScreenArgs
impl Hash for ScreenArgs
Source§impl Ord for ScreenArgs
impl Ord for ScreenArgs
Source§fn cmp(&self, other: &ScreenArgs) -> Ordering
fn cmp(&self, other: &ScreenArgs) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScreenArgs
impl PartialEq for ScreenArgs
Source§impl PartialOrd for ScreenArgs
impl PartialOrd for ScreenArgs
impl Eq for ScreenArgs
impl StructuralPartialEq for ScreenArgs
Auto Trait Implementations§
impl Freeze for ScreenArgs
impl RefUnwindSafe for ScreenArgs
impl Send for ScreenArgs
impl Sync for ScreenArgs
impl Unpin for ScreenArgs
impl UnwindSafe for ScreenArgs
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