pub struct MutedPath {
pub ty: es_mute_path_type_t,
pub events: Vec<es_event_type_t>,
pub path: OsString,
}
Available on macOS only.
Expand description
Fields§
§ty: es_mute_path_type_t
Indicates if the path is a prefix or a literal
events: Vec<es_event_type_t>
Event types for which the path is muted
path: OsString
Muted path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutedPath
impl RefUnwindSafe for MutedPath
impl Send for MutedPath
impl Sync for MutedPath
impl Unpin for MutedPath
impl UnwindSafe for MutedPath
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