pub struct UnknownInteractionsProtocolMarker;
Trait Implementations§
Source§impl Clone for UnknownInteractionsProtocolMarker
impl Clone for UnknownInteractionsProtocolMarker
Source§fn clone(&self) -> UnknownInteractionsProtocolMarker
fn clone(&self) -> UnknownInteractionsProtocolMarker
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 Ord for UnknownInteractionsProtocolMarker
impl Ord for UnknownInteractionsProtocolMarker
Source§fn cmp(&self, other: &UnknownInteractionsProtocolMarker) -> Ordering
fn cmp(&self, other: &UnknownInteractionsProtocolMarker) -> 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 UnknownInteractionsProtocolMarker
impl PartialEq for UnknownInteractionsProtocolMarker
Source§fn eq(&self, other: &UnknownInteractionsProtocolMarker) -> bool
fn eq(&self, other: &UnknownInteractionsProtocolMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for UnknownInteractionsProtocolMarker
impl PartialOrd for UnknownInteractionsProtocolMarker
Source§impl ProtocolMarker for UnknownInteractionsProtocolMarker
impl ProtocolMarker for UnknownInteractionsProtocolMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) UnknownInteractionsProtocol"
const DEBUG_NAME: &'static str = "(anonymous) UnknownInteractionsProtocol"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = UnknownInteractionsProtocolProxy
type Proxy = UnknownInteractionsProtocolProxy
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 = UnknownInteractionsProtocolRequestStream
type RequestStream = UnknownInteractionsProtocolRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = UnknownInteractionsProtocolSynchronousProxy
type SynchronousProxy = UnknownInteractionsProtocolSynchronousProxy
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 UnknownInteractionsProtocolMarker
impl Eq for UnknownInteractionsProtocolMarker
impl StructuralPartialEq for UnknownInteractionsProtocolMarker
Auto Trait Implementations§
impl Freeze for UnknownInteractionsProtocolMarker
impl RefUnwindSafe for UnknownInteractionsProtocolMarker
impl Send for UnknownInteractionsProtocolMarker
impl Sync for UnknownInteractionsProtocolMarker
impl Unpin for UnknownInteractionsProtocolMarker
impl UnwindSafe for UnknownInteractionsProtocolMarker
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
)