pub struct AllCaptureBaseRecord {
pub cache_record: Option<CaptureBaseCacheRecord>,
pub total: usize,
}
Fields§
§cache_record: Option<CaptureBaseCacheRecord>
§total: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllCaptureBaseRecord
impl RefUnwindSafe for AllCaptureBaseRecord
impl Send for AllCaptureBaseRecord
impl Sync for AllCaptureBaseRecord
impl Unpin for AllCaptureBaseRecord
impl UnwindSafe for AllCaptureBaseRecord
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