pub struct RemoteServiceMarker;
Trait Implementations§
source§impl Clone for RemoteServiceMarker
impl Clone for RemoteServiceMarker
source§fn clone(&self) -> RemoteServiceMarker
fn clone(&self) -> RemoteServiceMarker
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 RemoteServiceMarker
impl Debug for RemoteServiceMarker
source§impl Hash for RemoteServiceMarker
impl Hash for RemoteServiceMarker
source§impl Ord for RemoteServiceMarker
impl Ord for RemoteServiceMarker
source§fn cmp(&self, other: &RemoteServiceMarker) -> Ordering
fn cmp(&self, other: &RemoteServiceMarker) -> 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 RemoteServiceMarker
impl PartialEq for RemoteServiceMarker
source§fn eq(&self, other: &RemoteServiceMarker) -> bool
fn eq(&self, other: &RemoteServiceMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RemoteServiceMarker
impl PartialOrd for RemoteServiceMarker
source§fn partial_cmp(&self, other: &RemoteServiceMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &RemoteServiceMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for RemoteServiceMarker
impl ProtocolMarker for RemoteServiceMarker
§type Proxy = RemoteServiceProxy
type Proxy = RemoteServiceProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = RemoteServiceRequestStream
type RequestStream = RemoteServiceRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = RemoteServiceSynchronousProxy
type SynchronousProxy = RemoteServiceSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) RemoteService"
const DEBUG_NAME: &'static str = "(anonymous) RemoteService"
The name of the protocol suitable for debug purposes. Read more
impl Copy for RemoteServiceMarker
impl Eq for RemoteServiceMarker
impl StructuralEq for RemoteServiceMarker
impl StructuralPartialEq for RemoteServiceMarker
Auto Trait Implementations§
impl RefUnwindSafe for RemoteServiceMarker
impl Send for RemoteServiceMarker
impl Sync for RemoteServiceMarker
impl Unpin for RemoteServiceMarker
impl UnwindSafe for RemoteServiceMarker
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