pub struct NetworkMarker;
Trait Implementations§
Source§impl Clone for NetworkMarker
impl Clone for NetworkMarker
Source§fn clone(&self) -> NetworkMarker
fn clone(&self) -> NetworkMarker
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 NetworkMarker
impl Debug for NetworkMarker
Source§impl Hash for NetworkMarker
impl Hash for NetworkMarker
Source§impl Ord for NetworkMarker
impl Ord for NetworkMarker
Source§fn cmp(&self, other: &NetworkMarker) -> Ordering
fn cmp(&self, other: &NetworkMarker) -> 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 NetworkMarker
impl PartialEq for NetworkMarker
Source§impl PartialOrd for NetworkMarker
impl PartialOrd for NetworkMarker
Source§impl ProtocolMarker for NetworkMarker
impl ProtocolMarker for NetworkMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Network"
const DEBUG_NAME: &'static str = "(anonymous) Network"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = NetworkProxy
type Proxy = NetworkProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = NetworkRequestStream
type RequestStream = NetworkRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = NetworkSynchronousProxy
type SynchronousProxy = NetworkSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for NetworkMarker
impl Eq for NetworkMarker
impl StructuralPartialEq for NetworkMarker
Auto Trait Implementations§
impl Freeze for NetworkMarker
impl RefUnwindSafe for NetworkMarker
impl Send for NetworkMarker
impl Sync for NetworkMarker
impl Unpin for NetworkMarker
impl UnwindSafe for NetworkMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)