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