pub struct ThreadParserState { /* private fields */ }Implementations§
Source§impl ThreadParserState
impl ThreadParserState
pub fn thread_info_state(&self) -> ThreadInfoState
Trait Implementations§
Source§impl Default for ThreadParserState
impl Default for ThreadParserState
Source§fn default() -> ThreadParserState
fn default() -> ThreadParserState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ThreadParserState
impl !RefUnwindSafe for ThreadParserState
impl !Send for ThreadParserState
impl !Sync for ThreadParserState
impl Unpin for ThreadParserState
impl UnwindSafe for ThreadParserState
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