pub struct DocPage { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for DocPage
impl StructuralPartialEq for DocPage
Auto Trait Implementations§
impl Freeze for DocPage
impl RefUnwindSafe for DocPage
impl Send for DocPage
impl Sync for DocPage
impl Unpin for DocPage
impl UnsafeUnpin for DocPage
impl UnwindSafe for DocPage
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