Struct podman_api::models::LinuxNetwork
source · pub struct LinuxNetwork {
pub class_id: Option<u32>,
pub priorities: Option<Vec<LinuxInterfacePriority, Global>>,
}
Expand description
LinuxNetwork identification and priority configuration
Fields§
§class_id: Option<u32>
Set class identifier for container’s network packets
priorities: Option<Vec<LinuxInterfacePriority, Global>>
Set priority of network traffic for container
Trait Implementations§
source§impl Clone for LinuxNetwork
impl Clone for LinuxNetwork
source§fn clone(&self) -> LinuxNetwork
fn clone(&self) -> LinuxNetwork
Returns a copy 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 LinuxNetwork
impl Debug for LinuxNetwork
source§impl<'de> Deserialize<'de> for LinuxNetwork
impl<'de> Deserialize<'de> for LinuxNetwork
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<LinuxNetwork, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<LinuxNetwork, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<LinuxNetwork> for LinuxNetwork
impl PartialEq<LinuxNetwork> for LinuxNetwork
source§fn eq(&self, other: &LinuxNetwork) -> bool
fn eq(&self, other: &LinuxNetwork) -> bool
source§impl Serialize for LinuxNetwork
impl Serialize for LinuxNetwork
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more