pub struct PagerPageSize;Trait Implementations§
source§impl Debug for PagerPageSize
impl Debug for PagerPageSize
source§impl PartialEq<PagerPageSize> for PagerPageSize
impl PartialEq<PagerPageSize> for PagerPageSize
source§fn eq(&self, other: &PagerPageSize) -> bool
fn eq(&self, other: &PagerPageSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PagerPageSize
impl StructuralEq for PagerPageSize
impl StructuralPartialEq for PagerPageSize
Auto Trait Implementations§
impl RefUnwindSafe for PagerPageSize
impl Send for PagerPageSize
impl Sync for PagerPageSize
impl Unpin for PagerPageSize
impl UnwindSafe for PagerPageSize
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