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