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