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