pub struct Attribute {
pub kind: String,
pub stats: Option<Stats>,
pub stats2: Option<Stats2>,
pub qdisc: Option<QDisc>,
pub class: Option<Class>,
pub xstats: Option<XStats>,
}
Fields§
§kind: String
§stats: Option<Stats>
§stats2: Option<Stats2>
§qdisc: Option<QDisc>
§class: Option<Class>
§xstats: Option<XStats>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Attribute
impl RefUnwindSafe for Attribute
impl Send for Attribute
impl Sync for Attribute
impl Unpin for Attribute
impl UnwindSafe for Attribute
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