Struct reachability_core::telemetry::SystemStateUpdate
source · pub struct SystemStateUpdate { /* private fields */ }
Trait Implementations§
source§impl Clone for SystemStateUpdate
impl Clone for SystemStateUpdate
source§fn clone(&self) -> SystemStateUpdate
fn clone(&self) -> SystemStateUpdate
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 SystemStateUpdate
impl Debug for SystemStateUpdate
source§impl Default for SystemStateUpdate
impl Default for SystemStateUpdate
source§fn default() -> SystemStateUpdate
fn default() -> SystemStateUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SystemStateUpdate
impl Send for SystemStateUpdate
impl Sync for SystemStateUpdate
impl Unpin for SystemStateUpdate
impl UnwindSafe for SystemStateUpdate
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
§impl<T> Encode<Ambiguous1> for T
impl<T> Encode<Ambiguous1> for T
§impl<T> Encode<Ambiguous2> for T
impl<T> Encode<Ambiguous2> for T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
impl<T, U> TryIntoExt<U> for Twhere U: TryFromExt<T>,
type Error = <U as TryFromExt<T>>::Error
§fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
Tries to perform the conversion.