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§impl PartialOrd for RemoteServiceMarker
impl PartialOrd for RemoteServiceMarker
Source§impl ProtocolMarker for RemoteServiceMarker
impl ProtocolMarker for RemoteServiceMarker
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
Source§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
.Source§type RequestStream = RemoteServiceRequestStream
type RequestStream = RemoteServiceRequestStream
The type of the stream of requests coming into a server.
Source§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
.impl Copy for RemoteServiceMarker
impl Eq for RemoteServiceMarker
impl StructuralPartialEq for RemoteServiceMarker
Auto Trait Implementations§
impl Freeze for RemoteServiceMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)