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