Enum notify::event::CreateKind
source · pub enum CreateKind {
Any,
File,
Folder,
Other,
}
Expand description
An event describing creation operations on files.
Variants§
Any
The catch-all case, to be used when the specific kind of event is unknown.
File
An event which results in the creation of a file.
Folder
An event which results in the creation of a folder.
Other
An event which specific kind is known but cannot be represented otherwise.
Trait Implementations§
source§impl Clone for CreateKind
impl Clone for CreateKind
source§fn clone(&self) -> CreateKind
fn clone(&self) -> CreateKind
Returns a copy 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 CreateKind
impl Debug for CreateKind
source§impl Hash for CreateKind
impl Hash for CreateKind
source§impl PartialEq for CreateKind
impl PartialEq for CreateKind
impl Copy for CreateKind
impl Eq for CreateKind
impl StructuralPartialEq for CreateKind
Auto Trait Implementations§
impl Freeze for CreateKind
impl RefUnwindSafe for CreateKind
impl Send for CreateKind
impl Sync for CreateKind
impl Unpin for CreateKind
impl UnwindSafe for CreateKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)