pub struct TailnetInfo {
pub name: Option<String>,
pub magic_dns: Option<bool>,
}
Expand description
Minimal tailnet info
Fields§
§name: Option<String>
§magic_dns: Option<bool>
Trait Implementations§
Source§impl Debug for TailnetInfo
impl Debug for TailnetInfo
Source§impl<'de> Deserialize<'de> for TailnetInfo
impl<'de> Deserialize<'de> for TailnetInfo
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 TailnetInfo
impl RefUnwindSafe for TailnetInfo
impl Send for TailnetInfo
impl Sync for TailnetInfo
impl Unpin for TailnetInfo
impl UnwindSafe for TailnetInfo
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