pub struct pages(/* private fields */);Expand description
Marker type for the pages field
Auto Trait Implementations§
impl Freeze for pages
impl RefUnwindSafe for pages
impl Send for pages
impl Sync for pages
impl Unpin for pages
impl UnsafeUnpin for pages
impl UnwindSafe for pages
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