pub struct StatusWithTunnelName {
pub name: Option<String>,
pub status: Status,
}
Fields§
§name: Option<String>
§status: Status
Trait Implementations§
Source§impl Clone for StatusWithTunnelName
impl Clone for StatusWithTunnelName
Source§fn clone(&self) -> StatusWithTunnelName
fn clone(&self) -> StatusWithTunnelName
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 Default for StatusWithTunnelName
impl Default for StatusWithTunnelName
Source§fn default() -> StatusWithTunnelName
fn default() -> StatusWithTunnelName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatusWithTunnelName
impl<'de> Deserialize<'de> for StatusWithTunnelName
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
Auto Trait Implementations§
impl Freeze for StatusWithTunnelName
impl RefUnwindSafe for StatusWithTunnelName
impl Send for StatusWithTunnelName
impl Sync for StatusWithTunnelName
impl Unpin for StatusWithTunnelName
impl UnwindSafe for StatusWithTunnelName
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