pub struct ExtendedLinuxDropReason {
pub reason: String,
}Expand description
Extended Linux kernel drop reason (enterprise=0, format=1042).
Fields§
§reason: StringTrait Implementations§
Source§impl Clone for ExtendedLinuxDropReason
impl Clone for ExtendedLinuxDropReason
Source§fn clone(&self) -> ExtendedLinuxDropReason
fn clone(&self) -> ExtendedLinuxDropReason
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 ExtendedLinuxDropReason
impl Debug for ExtendedLinuxDropReason
Source§impl<'de> Deserialize<'de> for ExtendedLinuxDropReason
impl<'de> Deserialize<'de> for ExtendedLinuxDropReason
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 ExtendedLinuxDropReason
impl PartialEq for ExtendedLinuxDropReason
Source§impl Serialize for ExtendedLinuxDropReason
impl Serialize for ExtendedLinuxDropReason
impl Eq for ExtendedLinuxDropReason
impl StructuralPartialEq for ExtendedLinuxDropReason
Auto Trait Implementations§
impl Freeze for ExtendedLinuxDropReason
impl RefUnwindSafe for ExtendedLinuxDropReason
impl Send for ExtendedLinuxDropReason
impl Sync for ExtendedLinuxDropReason
impl Unpin for ExtendedLinuxDropReason
impl UnsafeUnpin for ExtendedLinuxDropReason
impl UnwindSafe for ExtendedLinuxDropReason
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