pub struct SegmentTable { /* private fields */ }Expand description
Segment table for cache invalidation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SegmentTable
impl RefUnwindSafe for SegmentTable
impl Send for SegmentTable
impl Sync for SegmentTable
impl Unpin for SegmentTable
impl UnsafeUnpin for SegmentTable
impl UnwindSafe for SegmentTable
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