pub struct NormalizedWatchEvent {
pub generation: u64,
pub kind: NormalizedWatchKind,
}Expand description
Consumer-facing normalized watcher event.
Fields§
§generation: u64§kind: NormalizedWatchKindTrait Implementations§
Source§impl Clone for NormalizedWatchEvent
impl Clone for NormalizedWatchEvent
Source§fn clone(&self) -> NormalizedWatchEvent
fn clone(&self) -> NormalizedWatchEvent
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 NormalizedWatchEvent
impl Debug for NormalizedWatchEvent
Source§impl PartialEq for NormalizedWatchEvent
impl PartialEq for NormalizedWatchEvent
impl Eq for NormalizedWatchEvent
impl StructuralPartialEq for NormalizedWatchEvent
Auto Trait Implementations§
impl Freeze for NormalizedWatchEvent
impl RefUnwindSafe for NormalizedWatchEvent
impl Send for NormalizedWatchEvent
impl Sync for NormalizedWatchEvent
impl Unpin for NormalizedWatchEvent
impl UnsafeUnpin for NormalizedWatchEvent
impl UnwindSafe for NormalizedWatchEvent
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