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