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