pub struct NoPageID;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPageID
impl RefUnwindSafe for NoPageID
impl Send for NoPageID
impl Sync for NoPageID
impl Unpin for NoPageID
impl UnwindSafe for NoPageID
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