pub struct BreakpadIndexParser { /* private fields */ }Implementations§
Source§impl BreakpadIndexParser
impl BreakpadIndexParser
pub fn new() -> Self
pub fn consume(&mut self, chunk: &[u8])
pub fn finish(self) -> Result<BreakpadIndex, BreakpadParseError>
Trait Implementations§
Source§impl Clone for BreakpadIndexParser
impl Clone for BreakpadIndexParser
Source§fn clone(&self) -> BreakpadIndexParser
fn clone(&self) -> BreakpadIndexParser
Returns a duplicate 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 BreakpadIndexParser
impl Debug for BreakpadIndexParser
Source§impl Default for BreakpadIndexParser
impl Default for BreakpadIndexParser
Source§fn default() -> BreakpadIndexParser
fn default() -> BreakpadIndexParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BreakpadIndexParser
impl RefUnwindSafe for BreakpadIndexParser
impl Send for BreakpadIndexParser
impl Sync for BreakpadIndexParser
impl Unpin for BreakpadIndexParser
impl UnwindSafe for BreakpadIndexParser
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