pub struct SegmentCache { /* private fields */ }Expand description
Small read-through segment cache keyed by blob id.
Implementations§
Source§impl SegmentCache
impl SegmentCache
Trait Implementations§
Source§impl Default for SegmentCache
impl Default for SegmentCache
Source§fn default() -> SegmentCache
fn default() -> SegmentCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SegmentCache
impl RefUnwindSafe for SegmentCache
impl Send for SegmentCache
impl Sync for SegmentCache
impl Unpin for SegmentCache
impl UnsafeUnpin for SegmentCache
impl UnwindSafe for SegmentCache
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