pub struct RequestFromPager { /* private fields */ }
Implementations§
Source§impl RequestFromPager
impl RequestFromPager
pub fn new(cmd: PagerRequest) -> Self
pub fn cmd(&self) -> PagerRequest
Trait Implementations§
Source§impl Clone for RequestFromPager
impl Clone for RequestFromPager
Source§fn clone(&self) -> RequestFromPager
fn clone(&self) -> RequestFromPager
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RequestFromPager
impl Debug for RequestFromPager
Source§impl Ord for RequestFromPager
impl Ord for RequestFromPager
Source§fn cmp(&self, other: &RequestFromPager) -> Ordering
fn cmp(&self, other: &RequestFromPager) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RequestFromPager
impl PartialEq for RequestFromPager
Source§impl PartialOrd for RequestFromPager
impl PartialOrd for RequestFromPager
impl Copy for RequestFromPager
impl Eq for RequestFromPager
impl StructuralPartialEq for RequestFromPager
Auto Trait Implementations§
impl Freeze for RequestFromPager
impl ObjSafe for RequestFromPager
impl RefUnwindSafe for RequestFromPager
impl Send for RequestFromPager
impl Sync for RequestFromPager
impl Unpin for RequestFromPager
impl UnwindSafe for RequestFromPager
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