pub struct ElementInfoProviderServiceMarker;
Trait Implementations§
Source§impl Clone for ElementInfoProviderServiceMarker
impl Clone for ElementInfoProviderServiceMarker
Source§fn clone(&self) -> ElementInfoProviderServiceMarker
fn clone(&self) -> ElementInfoProviderServiceMarker
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 Ord for ElementInfoProviderServiceMarker
impl Ord for ElementInfoProviderServiceMarker
Source§fn cmp(&self, other: &ElementInfoProviderServiceMarker) -> Ordering
fn cmp(&self, other: &ElementInfoProviderServiceMarker) -> 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 ElementInfoProviderServiceMarker
impl PartialEq for ElementInfoProviderServiceMarker
Source§fn eq(&self, other: &ElementInfoProviderServiceMarker) -> bool
fn eq(&self, other: &ElementInfoProviderServiceMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ElementInfoProviderServiceMarker
impl PartialOrd for ElementInfoProviderServiceMarker
Source§impl ServiceMarker for ElementInfoProviderServiceMarker
impl ServiceMarker for ElementInfoProviderServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.power.broker.ElementInfoProviderService"
const SERVICE_NAME: &'static str = "fuchsia.power.broker.ElementInfoProviderService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = ElementInfoProviderServiceProxy
type Proxy = ElementInfoProviderServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = ElementInfoProviderServiceRequest
type Request = ElementInfoProviderServiceRequest
The request type for this particular FIDL service.
impl Copy for ElementInfoProviderServiceMarker
impl Eq for ElementInfoProviderServiceMarker
impl StructuralPartialEq for ElementInfoProviderServiceMarker
Auto Trait Implementations§
impl Freeze for ElementInfoProviderServiceMarker
impl RefUnwindSafe for ElementInfoProviderServiceMarker
impl Send for ElementInfoProviderServiceMarker
impl Sync for ElementInfoProviderServiceMarker
impl Unpin for ElementInfoProviderServiceMarker
impl UnwindSafe for ElementInfoProviderServiceMarker
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
)