pub(super) enum TransportHealthTransition {
UnsetToConnected,
UnsetToDisconnected,
ConnectedToDisconnected,
DisconnectedToConnected,
ConnectedToUnset,
DisconnectedToUnset,
}Variants§
UnsetToConnected
UnsetToDisconnected
ConnectedToDisconnected
DisconnectedToConnected
ConnectedToUnset
DisconnectedToUnset
Trait Implementations§
Source§impl Clone for TransportHealthTransition
impl Clone for TransportHealthTransition
Source§fn clone(&self) -> TransportHealthTransition
fn clone(&self) -> TransportHealthTransition
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 TransportHealthTransition
impl Debug for TransportHealthTransition
impl Copy for TransportHealthTransition
impl Eq for TransportHealthTransition
impl StructuralPartialEq for TransportHealthTransition
Auto Trait Implementations§
impl Freeze for TransportHealthTransition
impl RefUnwindSafe for TransportHealthTransition
impl Send for TransportHealthTransition
impl Sync for TransportHealthTransition
impl Unpin for TransportHealthTransition
impl UnsafeUnpin for TransportHealthTransition
impl UnwindSafe for TransportHealthTransition
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