pub struct IpDsfieldTree {
pub ip_dsfield_dscp: String,
pub ip_dsfield_ecn: String,
}
Fields§
§ip_dsfield_dscp: String
§ip_dsfield_ecn: String
Trait Implementations§
Source§impl Clone for IpDsfieldTree
impl Clone for IpDsfieldTree
Source§fn clone(&self) -> IpDsfieldTree
fn clone(&self) -> IpDsfieldTree
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 Debug for IpDsfieldTree
impl Debug for IpDsfieldTree
Source§impl Default for IpDsfieldTree
impl Default for IpDsfieldTree
Source§fn default() -> IpDsfieldTree
fn default() -> IpDsfieldTree
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IpDsfieldTree
impl<'de> Deserialize<'de> for IpDsfieldTree
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 PartialEq for IpDsfieldTree
impl PartialEq for IpDsfieldTree
Source§impl Serialize for IpDsfieldTree
impl Serialize for IpDsfieldTree
impl StructuralPartialEq for IpDsfieldTree
Auto Trait Implementations§
impl Freeze for IpDsfieldTree
impl RefUnwindSafe for IpDsfieldTree
impl Send for IpDsfieldTree
impl Sync for IpDsfieldTree
impl Unpin for IpDsfieldTree
impl UnwindSafe for IpDsfieldTree
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