pub struct PagerMarker;
Trait Implementations§
Source§impl Clone for PagerMarker
impl Clone for PagerMarker
Source§fn clone(&self) -> PagerMarker
fn clone(&self) -> PagerMarker
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 PagerMarker
impl Debug for PagerMarker
Source§impl Hash for PagerMarker
impl Hash for PagerMarker
Source§impl Ord for PagerMarker
impl Ord for PagerMarker
Source§fn cmp(&self, other: &PagerMarker) -> Ordering
fn cmp(&self, other: &PagerMarker) -> 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 PagerMarker
impl PartialEq for PagerMarker
Source§impl PartialOrd for PagerMarker
impl PartialOrd for PagerMarker
Source§impl ProtocolMarker for PagerMarker
impl ProtocolMarker for PagerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Pager"
const DEBUG_NAME: &'static str = "(anonymous) Pager"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = PagerProxy
type Proxy = PagerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = PagerRequestStream
type RequestStream = PagerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = PagerSynchronousProxy
type SynchronousProxy = PagerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for PagerMarker
impl Eq for PagerMarker
impl StructuralPartialEq for PagerMarker
Auto Trait Implementations§
impl Freeze for PagerMarker
impl RefUnwindSafe for PagerMarker
impl Send for PagerMarker
impl Sync for PagerMarker
impl Unpin for PagerMarker
impl UnwindSafe for PagerMarker
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