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