[][src]Struct czkawka_core::temporary::Temporary

pub struct Temporary { /* fields omitted */ }

Struct with required information's to work

Implementations

impl Temporary[src]

pub fn new() -> Self[src]

pub fn find_temporary_files(&mut self, rx: Option<&Receiver<()>>)[src]

Finding temporary files, save results to internal struct variables

pub const fn get_temporary_files(&self) -> &Vec<FileEntry>[src]

pub const fn get_text_messages(&self) -> &Messages[src]

pub const fn get_information(&self) -> &Info[src]

pub fn set_delete_method(&mut self, delete_method: DeleteMethod)[src]

pub fn set_included_directory(&mut self, included_directory: String) -> bool[src]

pub fn set_excluded_directory(&mut self, excluded_directory: String)[src]

pub fn set_excluded_items(&mut self, excluded_items: String)[src]

Trait Implementations

impl DebugPrint for Temporary[src]

impl Default for Temporary[src]

impl PrintResults for Temporary[src]

impl SaveResults for Temporary[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.