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