Enum netlink_packet_route::NetlinkPayload [−][src]
pub enum NetlinkPayload<I> {
Done,
Error(ErrorMessage),
Ack(ErrorMessage),
Noop,
Overrun(Vec<u8, Global>),
InnerMessage(I),
}
Variants
Done
Error(ErrorMessage)
Tuple Fields
0: ErrorMessage
Ack(ErrorMessage)
Tuple Fields
0: ErrorMessage
Noop
Overrun(Vec<u8, Global>)
InnerMessage(I)
Implementations
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<I> RefUnwindSafe for NetlinkPayload<I> where
I: RefUnwindSafe,
impl<I> Send for NetlinkPayload<I> where
I: Send,
impl<I> Sync for NetlinkPayload<I> where
I: Sync,
impl<I> Unpin for NetlinkPayload<I> where
I: Unpin,
impl<I> UnwindSafe for NetlinkPayload<I> where
I: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more