pub struct NetConf {
pub cni_version: String,
pub name: String,
pub _type: String,
pub capabilities: HashMap<String, bool>,
}Fields§
§cni_version: String§name: String§_type: String§capabilities: HashMap<String, bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for NetConf
impl<'de> Deserialize<'de> for NetConf
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 NetConf
impl RefUnwindSafe for NetConf
impl Send for NetConf
impl Sync for NetConf
impl Unpin for NetConf
impl UnwindSafe for NetConf
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