Struct endpoint_sec::MutedPath
source · 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_tIndicates if the path is a prefix or a literal
events: Vec<es_event_type_t>Event types for which the path is muted
path: OsStringMuted path
Trait Implementations§
Auto Trait Implementations§
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