pub struct RegistryMarker;
Trait Implementations§
Source§impl Clone for RegistryMarker
impl Clone for RegistryMarker
Source§fn clone(&self) -> RegistryMarker
fn clone(&self) -> RegistryMarker
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 RegistryMarker
impl Debug for RegistryMarker
Source§impl DiscoverableProtocolMarker for RegistryMarker
impl DiscoverableProtocolMarker for RegistryMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for RegistryMarker
impl Hash for RegistryMarker
Source§impl Ord for RegistryMarker
impl Ord for RegistryMarker
Source§fn cmp(&self, other: &RegistryMarker) -> Ordering
fn cmp(&self, other: &RegistryMarker) -> 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 RegistryMarker
impl PartialEq for RegistryMarker
Source§impl PartialOrd for RegistryMarker
impl PartialOrd for RegistryMarker
Source§impl ProtocolMarker for RegistryMarker
impl ProtocolMarker for RegistryMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.ui.test.input.Registry"
const DEBUG_NAME: &'static str = "fuchsia.ui.test.input.Registry"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = RegistryProxy
type Proxy = RegistryProxy
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 = RegistryRequestStream
type RequestStream = RegistryRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = RegistrySynchronousProxy
type SynchronousProxy = RegistrySynchronousProxy
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 RegistryMarker
impl Eq for RegistryMarker
impl StructuralPartialEq for RegistryMarker
Auto Trait Implementations§
impl Freeze for RegistryMarker
impl RefUnwindSafe for RegistryMarker
impl Send for RegistryMarker
impl Sync for RegistryMarker
impl Unpin for RegistryMarker
impl UnwindSafe for RegistryMarker
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
)