pub struct Anet {
pub allowed_address: Option<String>,
pub configure_allowed_address: Option<String>,
pub defrouter: Option<String>,
pub linkname: Option<String>,
pub link_protection: Option<String>,
pub lower_link: Option<String>,
pub mac_address: Option<String>,
}
Fields§
§allowed_address: Option<String>
§configure_allowed_address: Option<String>
§defrouter: Option<String>
§linkname: Option<String>
§link_protection: Option<String>
§lower_link: Option<String>
§mac_address: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Anet
impl<'de> Deserialize<'de> for Anet
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
impl StructuralPartialEq for Anet
Auto Trait Implementations§
impl Freeze for Anet
impl RefUnwindSafe for Anet
impl Send for Anet
impl Sync for Anet
impl Unpin for Anet
impl UnwindSafe for Anet
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