pub struct VecPageStore(/* private fields */);
Implementations§
Trait Implementations§
Source§impl PageStore for VecPageStore
impl PageStore for VecPageStore
Auto Trait Implementations§
impl Freeze for VecPageStore
impl RefUnwindSafe for VecPageStore
impl Send for VecPageStore
impl Sync for VecPageStore
impl Unpin for VecPageStore
impl UnwindSafe for VecPageStore
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