Struct file_matcher::FileOrFolderNamed [−][src]
pub struct FileOrFolderNamed(_);
Expand description
Defines a file or a folder with various name types. It is required that there exists exactly one file or folder with a given name description.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileOrFolderNamed
impl Send for FileOrFolderNamed
impl Sync for FileOrFolderNamed
impl Unpin for FileOrFolderNamed
impl UnwindSafe for FileOrFolderNamed
Blanket Implementations
Mutably borrows from an owned value. Read more