pub struct NetworkManagerMarker;
Trait Implementations§
Source§impl Clone for NetworkManagerMarker
impl Clone for NetworkManagerMarker
Source§fn clone(&self) -> NetworkManagerMarker
fn clone(&self) -> NetworkManagerMarker
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 NetworkManagerMarker
impl Debug for NetworkManagerMarker
Source§impl Hash for NetworkManagerMarker
impl Hash for NetworkManagerMarker
Source§impl Ord for NetworkManagerMarker
impl Ord for NetworkManagerMarker
Source§fn cmp(&self, other: &NetworkManagerMarker) -> Ordering
fn cmp(&self, other: &NetworkManagerMarker) -> 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 NetworkManagerMarker
impl PartialEq for NetworkManagerMarker
Source§impl PartialOrd for NetworkManagerMarker
impl PartialOrd for NetworkManagerMarker
Source§impl ProtocolMarker for NetworkManagerMarker
impl ProtocolMarker for NetworkManagerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) NetworkManager"
const DEBUG_NAME: &'static str = "(anonymous) NetworkManager"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = NetworkManagerProxy
type Proxy = NetworkManagerProxy
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 = NetworkManagerRequestStream
type RequestStream = NetworkManagerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = NetworkManagerSynchronousProxy
type SynchronousProxy = NetworkManagerSynchronousProxy
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 NetworkManagerMarker
impl Eq for NetworkManagerMarker
impl StructuralPartialEq for NetworkManagerMarker
Auto Trait Implementations§
impl Freeze for NetworkManagerMarker
impl RefUnwindSafe for NetworkManagerMarker
impl Send for NetworkManagerMarker
impl Sync for NetworkManagerMarker
impl Unpin for NetworkManagerMarker
impl UnwindSafe for NetworkManagerMarker
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
)