Expand description
The Provider represents a single DTrace provider, with a collection of probes.
Fields
name: Stringprobes: Vec<Probe>use_statements: Vec<ItemUse>Implementations
sourceimpl Provider
impl Provider
sourcepub fn to_d_source(&self) -> String
pub fn to_d_source(&self) -> String
Return the representation of this provider in D source code.
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more