pub struct PageError(/* private fields */);
Expand description
Try from u32 error for Page.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageError
impl RefUnwindSafe for PageError
impl Send for PageError
impl Sync for PageError
impl Unpin for PageError
impl UnwindSafe for PageError
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