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