Struct rsonpath_lib::quotes::ResumeClassifierBlockState
source · pub struct ResumeClassifierBlockState<'a> {
pub block: QuoteClassifiedBlock<'a>,
pub idx: usize,
}
Expand description
State of the block at which classification was stopped.
Fields
block: QuoteClassifiedBlock<'a>
Quote classified information about the block.
idx: usize
The index at which classification was stopped.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ResumeClassifierBlockState<'a>
impl<'a> Send for ResumeClassifierBlockState<'a>
impl<'a> Sync for ResumeClassifierBlockState<'a>
impl<'a> Unpin for ResumeClassifierBlockState<'a>
impl<'a> UnwindSafe for ResumeClassifierBlockState<'a>
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