pub struct RemoteDomainMarker;
Trait Implementations§
Source§impl Clone for RemoteDomainMarker
impl Clone for RemoteDomainMarker
Source§fn clone(&self) -> RemoteDomainMarker
fn clone(&self) -> RemoteDomainMarker
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 RemoteDomainMarker
impl Debug for RemoteDomainMarker
Source§impl Hash for RemoteDomainMarker
impl Hash for RemoteDomainMarker
Source§impl Ord for RemoteDomainMarker
impl Ord for RemoteDomainMarker
Source§fn cmp(&self, other: &RemoteDomainMarker) -> Ordering
fn cmp(&self, other: &RemoteDomainMarker) -> 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 RemoteDomainMarker
impl PartialEq for RemoteDomainMarker
Source§impl PartialOrd for RemoteDomainMarker
impl PartialOrd for RemoteDomainMarker
Source§impl ProtocolMarker for RemoteDomainMarker
impl ProtocolMarker for RemoteDomainMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) RemoteDomain"
const DEBUG_NAME: &'static str = "(anonymous) RemoteDomain"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = RemoteDomainProxy
type Proxy = RemoteDomainProxy
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 = RemoteDomainRequestStream
type RequestStream = RemoteDomainRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = RemoteDomainSynchronousProxy
type SynchronousProxy = RemoteDomainSynchronousProxy
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 RemoteDomainMarker
impl Eq for RemoteDomainMarker
impl StructuralPartialEq for RemoteDomainMarker
Auto Trait Implementations§
impl Freeze for RemoteDomainMarker
impl RefUnwindSafe for RemoteDomainMarker
impl Send for RemoteDomainMarker
impl Sync for RemoteDomainMarker
impl Unpin for RemoteDomainMarker
impl UnwindSafe for RemoteDomainMarker
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