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