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