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