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