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