pub struct TextInstrProf;Trait Implementations§
Source§impl Clone for TextInstrProf
impl Clone for TextInstrProf
Source§fn clone(&self) -> TextInstrProf
fn clone(&self) -> TextInstrProf
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextInstrProf
impl Debug for TextInstrProf
Source§impl Hash for TextInstrProf
impl Hash for TextInstrProf
Source§impl InstrProfReader for TextInstrProf
impl InstrProfReader for TextInstrProf
type Header = Header
Source§fn parse_bytes(input: &[u8]) -> ParseResult<'_, InstrumentationProfile>
fn parse_bytes(input: &[u8]) -> ParseResult<'_, InstrumentationProfile>
Parse the profile no lazy parsing here!
Source§fn parse_header(input: &[u8]) -> ParseResult<'_, Self::Header>
fn parse_header(input: &[u8]) -> ParseResult<'_, Self::Header>
Parses a header
Source§fn has_format(input: impl Read) -> bool
fn has_format(input: impl Read) -> bool
Detects that the bytes match the current reader format if it can’t read the format it will
return false
Source§impl Ord for TextInstrProf
impl Ord for TextInstrProf
Source§fn cmp(&self, other: &TextInstrProf) -> Ordering
fn cmp(&self, other: &TextInstrProf) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextInstrProf
impl PartialEq for TextInstrProf
Source§impl PartialOrd for TextInstrProf
impl PartialOrd for TextInstrProf
impl Eq for TextInstrProf
impl StructuralPartialEq for TextInstrProf
Auto Trait Implementations§
impl Freeze for TextInstrProf
impl RefUnwindSafe for TextInstrProf
impl Send for TextInstrProf
impl Sync for TextInstrProf
impl Unpin for TextInstrProf
impl UnwindSafe for TextInstrProf
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.