Enum netlink_packet_route::NetlinkPayload [−][src]
pub enum NetlinkPayload<I> where
I: Debug + PartialEq<I> + Eq + Clone, {
Done,
Error(ErrorMessage),
Ack(ErrorMessage),
Noop,
Overrun(Vec<u8, Global>),
InnerMessage(I),
}Variants
Error(ErrorMessage)Tuple Fields of Error
0: ErrorMessageAck(ErrorMessage)Tuple Fields of Ack
0: ErrorMessageImplementations
Trait Implementations
Performs the conversion.
impl<I> PartialEq<NetlinkPayload<I>> for NetlinkPayload<I> where
I: PartialEq<I> + Debug + Eq + Clone,
impl<I> PartialEq<NetlinkPayload<I>> for NetlinkPayload<I> where
I: PartialEq<I> + Debug + Eq + Clone,
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