Struct dtrace_parser::Provider [−][src]
Type representing a single DTrace provider and all of its probes.
Implementations
impl Provider[src]
pub fn name(&self) -> &String[src]
Return the name of this provider
pub fn probes(&self) -> &Vec<Probe>[src]
Return the list of probes this provider defines.
Trait Implementations
impl Clone for Provider[src]
impl Debug for Provider[src]
impl PartialEq<Provider> for Provider[src]
impl StructuralPartialEq for Provider[src]
impl TryFrom<&'_ Pair<'_, Rule>> for Provider[src]
type Error = DTraceError
The type returned in the event of a conversion error.
fn try_from(pair: &Pair<'_, Rule>) -> Result<Self, Self::Error>[src]
impl TryFrom<&'_ Pairs<'_, Rule>> for Provider[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,