pub struct TrustedPackSlab {
pub records: u64,
}Expand description
Progress notification for one trusted pack slab.
Fields§
§records: u64Number of complete records emitted from the slab.
Trait Implementations§
Source§impl Clone for TrustedPackSlab
impl Clone for TrustedPackSlab
Source§fn clone(&self) -> TrustedPackSlab
fn clone(&self) -> TrustedPackSlab
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrustedPackSlab
Auto Trait Implementations§
impl Freeze for TrustedPackSlab
impl RefUnwindSafe for TrustedPackSlab
impl Send for TrustedPackSlab
impl Sync for TrustedPackSlab
impl Unpin for TrustedPackSlab
impl UnsafeUnpin for TrustedPackSlab
impl UnwindSafe for TrustedPackSlab
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