pub struct FoldTracker {
pub seen_scalar_count: u32,
pub seen_stream_count: u32,
}
Fields§
§seen_scalar_count: u32
§seen_stream_count: u32
Trait Implementations§
source§impl Debug for FoldTracker
impl Debug for FoldTracker
source§impl Default for FoldTracker
impl Default for FoldTracker
source§fn default() -> FoldTracker
fn default() -> FoldTracker
Returns the “default value” for a type. Read more
source§impl PartialEq for FoldTracker
impl PartialEq for FoldTracker
source§fn eq(&self, other: &FoldTracker) -> bool
fn eq(&self, other: &FoldTracker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FoldTracker
impl StructuralPartialEq for FoldTracker
Auto Trait Implementations§
impl Freeze for FoldTracker
impl RefUnwindSafe for FoldTracker
impl Send for FoldTracker
impl Sync for FoldTracker
impl Unpin for FoldTracker
impl UnwindSafe for FoldTracker
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