pub struct ServicePortEntry {
pub index: u32,
pub vlan_id: u32,
pub vlan_attr: String,
pub port_type: String,
pub fsp: Fsp,
pub ont_id: u32,
pub gem_index: u32,
pub flow_type: String,
pub flow_para: String,
pub rx: u32,
pub tx: u32,
pub state: String,
}Fields§
§index: u32§vlan_id: u32§vlan_attr: String§port_type: String§fsp: Fsp§ont_id: u32§gem_index: u32§flow_type: String§flow_para: String§rx: u32§tx: u32§state: StringTrait Implementations§
Source§impl Clone for ServicePortEntry
impl Clone for ServicePortEntry
Source§fn clone(&self) -> ServicePortEntry
fn clone(&self) -> ServicePortEntry
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 ComposeSchema for ServicePortEntry
impl ComposeSchema for ServicePortEntry
Source§impl Debug for ServicePortEntry
impl Debug for ServicePortEntry
Source§impl<'de> Deserialize<'de> for ServicePortEntry
impl<'de> Deserialize<'de> for ServicePortEntry
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
Source§impl Serialize for ServicePortEntry
impl Serialize for ServicePortEntry
Auto Trait Implementations§
impl Freeze for ServicePortEntry
impl RefUnwindSafe for ServicePortEntry
impl Send for ServicePortEntry
impl Sync for ServicePortEntry
impl Unpin for ServicePortEntry
impl UnsafeUnpin for ServicePortEntry
impl UnwindSafe for ServicePortEntry
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