pub enum TransportHealthState {
Connected,
Disconnected,
}Variants§
Trait Implementations§
Source§impl Clone for TransportHealthState
impl Clone for TransportHealthState
Source§fn clone(&self) -> TransportHealthState
fn clone(&self) -> TransportHealthState
Returns a duplicate 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 TransportHealthState
impl Debug for TransportHealthState
Source§impl ExportedMetricLabel for TransportHealthState
impl ExportedMetricLabel for TransportHealthState
fn label_value(self) -> &'static str
Source§impl MetricLabel for TransportHealthState
impl MetricLabel for TransportHealthState
Source§impl PartialEq for TransportHealthState
impl PartialEq for TransportHealthState
impl Copy for TransportHealthState
impl Eq for TransportHealthState
impl StructuralPartialEq for TransportHealthState
Auto Trait Implementations§
impl Freeze for TransportHealthState
impl RefUnwindSafe for TransportHealthState
impl Send for TransportHealthState
impl Sync for TransportHealthState
impl Unpin for TransportHealthState
impl UnsafeUnpin for TransportHealthState
impl UnwindSafe for TransportHealthState
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