pub struct NullPageRequest;Expand description
A no-op PageRequest for intermediate mapper sessions that do not run a kernel pager thread.
Trait Implementations§
Source§impl DataBuffer for NullPageRequest
impl DataBuffer for NullPageRequest
Source§fn mut_ptr_slice(&mut self) -> MutPtrByteSlice<'_>
fn mut_ptr_slice(&mut self) -> MutPtrByteSlice<'_>
Returns a raw pointer slice to the remaining uncommitted memory in this allocation.
Source§impl PageRequest for NullPageRequest
impl PageRequest for NullPageRequest
Auto Trait Implementations§
impl Freeze for NullPageRequest
impl RefUnwindSafe for NullPageRequest
impl Send for NullPageRequest
impl Sync for NullPageRequest
impl Unpin for NullPageRequest
impl UnsafeUnpin for NullPageRequest
impl UnwindSafe for NullPageRequest
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more