[][src]Struct czkawka_core::empty_folder::EmptyFolder

pub struct EmptyFolder { /* fields omitted */ }

Struct to store most basics info about all folder

Implementations

impl EmptyFolder[src]

Method implementation for EmptyFolder

pub fn new() -> Self[src]

New function providing basics values

pub const fn get_empty_folder_list(&self) -> &BTreeMap<PathBuf, FolderEntry>[src]

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

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

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

Public function used by CLI to search for empty folders

pub fn set_delete_folder(&mut self, delete_folder: bool)[src]

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

Set included dir which needs to be relative, exists etc.

Trait Implementations

impl DebugPrint for EmptyFolder[src]

impl Default for EmptyFolder[src]

impl PrintResults for EmptyFolder[src]

fn print_results(&self)[src]

Prints basic info about empty folders // TODO print better

impl SaveResults for EmptyFolder[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.