pub enum NoEntries {}
Expand description
Empty error enum, for cases with fault-free memory access.
Trait Implementations§
impl Eq for NoEntries
impl StructuralPartialEq for NoEntries
Auto Trait Implementations§
impl Freeze for NoEntries
impl RefUnwindSafe for NoEntries
impl Send for NoEntries
impl Sync for NoEntries
impl Unpin for NoEntries
impl UnwindSafe for NoEntries
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