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