pub struct InfoServiceMarker;
Trait Implementations§
Source§impl Clone for InfoServiceMarker
impl Clone for InfoServiceMarker
Source§fn clone(&self) -> InfoServiceMarker
fn clone(&self) -> InfoServiceMarker
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 InfoServiceMarker
impl Debug for InfoServiceMarker
Source§impl Hash for InfoServiceMarker
impl Hash for InfoServiceMarker
Source§impl Ord for InfoServiceMarker
impl Ord for InfoServiceMarker
Source§fn cmp(&self, other: &InfoServiceMarker) -> Ordering
fn cmp(&self, other: &InfoServiceMarker) -> 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 InfoServiceMarker
impl PartialEq for InfoServiceMarker
Source§impl PartialOrd for InfoServiceMarker
impl PartialOrd for InfoServiceMarker
Source§impl ServiceMarker for InfoServiceMarker
impl ServiceMarker for InfoServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.power.battery.InfoService"
const SERVICE_NAME: &'static str = "fuchsia.power.battery.InfoService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = InfoServiceProxy
type Proxy = InfoServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = InfoServiceRequest
type Request = InfoServiceRequest
The request type for this particular FIDL service.
impl Copy for InfoServiceMarker
impl Eq for InfoServiceMarker
impl StructuralPartialEq for InfoServiceMarker
Auto Trait Implementations§
impl Freeze for InfoServiceMarker
impl RefUnwindSafe for InfoServiceMarker
impl Send for InfoServiceMarker
impl Sync for InfoServiceMarker
impl Unpin for InfoServiceMarker
impl UnwindSafe for InfoServiceMarker
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