pub enum TunnelStatusType {
Inactive,
Down,
Degraded,
Healthy,
}Variants§
Trait Implementations§
Source§impl Clone for TunnelStatusType
impl Clone for TunnelStatusType
Source§fn clone(&self) -> TunnelStatusType
fn clone(&self) -> TunnelStatusType
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 TunnelStatusType
impl Debug for TunnelStatusType
Source§impl<'de> Deserialize<'de> for TunnelStatusType
impl<'de> Deserialize<'de> for TunnelStatusType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for TunnelStatusType
impl Hash for TunnelStatusType
Source§impl PartialEq for TunnelStatusType
impl PartialEq for TunnelStatusType
Source§impl Serialize for TunnelStatusType
impl Serialize for TunnelStatusType
impl Copy for TunnelStatusType
impl Eq for TunnelStatusType
impl StructuralPartialEq for TunnelStatusType
Auto Trait Implementations§
impl Freeze for TunnelStatusType
impl RefUnwindSafe for TunnelStatusType
impl Send for TunnelStatusType
impl Sync for TunnelStatusType
impl Unpin for TunnelStatusType
impl UnwindSafe for TunnelStatusType
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