#[repr(u32)]pub enum uv_fs_event {
UV_RENAME = 1,
UV_CHANGE = 2,
}Variants§
Trait Implementations§
Source§impl Clone for uv_fs_event
impl Clone for uv_fs_event
Source§fn clone(&self) -> uv_fs_event
fn clone(&self) -> uv_fs_event
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 uv_fs_event
impl Debug for uv_fs_event
Source§impl Hash for uv_fs_event
impl Hash for uv_fs_event
Source§impl PartialEq for uv_fs_event
impl PartialEq for uv_fs_event
impl Copy for uv_fs_event
impl Eq for uv_fs_event
impl StructuralPartialEq for uv_fs_event
Auto Trait Implementations§
impl Freeze for uv_fs_event
impl RefUnwindSafe for uv_fs_event
impl Send for uv_fs_event
impl Sync for uv_fs_event
impl Unpin for uv_fs_event
impl UnwindSafe for uv_fs_event
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