pub struct FlameshotOutput {
pub output: Output,
/* private fields */
}Expand description
Gets returned from flameshot::execute(params)
Fields§
§output: OutputTrait Implementations§
Source§impl Clone for FlameshotOutput
impl Clone for FlameshotOutput
Source§fn clone(&self) -> FlameshotOutput
fn clone(&self) -> FlameshotOutput
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 Debug for FlameshotOutput
impl Debug for FlameshotOutput
Source§impl PartialEq for FlameshotOutput
impl PartialEq for FlameshotOutput
impl Eq for FlameshotOutput
impl StructuralPartialEq for FlameshotOutput
Auto Trait Implementations§
impl Freeze for FlameshotOutput
impl RefUnwindSafe for FlameshotOutput
impl Send for FlameshotOutput
impl Sync for FlameshotOutput
impl Unpin for FlameshotOutput
impl UnwindSafe for FlameshotOutput
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