Struct dtrace_parser::Provider
source · pub struct Provider {
pub name: String,
pub probes: Vec<Probe>,
}Expand description
Type representing a single DTrace provider and all of its probes.
Fields§
§name: String§probes: Vec<Probe>Trait Implementations§
source§impl PartialEq for Provider
impl PartialEq for Provider
impl StructuralPartialEq for Provider
Auto Trait Implementations§
impl RefUnwindSafe for Provider
impl Send for Provider
impl Sync for Provider
impl Unpin for Provider
impl UnwindSafe for Provider
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