pub enum EbpfProgramID {
rss,
}
Variants§
rss
Trait Implementations§
Source§impl Clone for EbpfProgramID
impl Clone for EbpfProgramID
Source§fn clone(&self) -> EbpfProgramID
fn clone(&self) -> EbpfProgramID
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 EbpfProgramID
impl Debug for EbpfProgramID
Source§impl<'de> Deserialize<'de> for EbpfProgramID
impl<'de> Deserialize<'de> for EbpfProgramID
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 Enum for EbpfProgramID
impl Enum for EbpfProgramID
Source§impl FromStr for EbpfProgramID
impl FromStr for EbpfProgramID
Source§impl Hash for EbpfProgramID
impl Hash for EbpfProgramID
Source§impl Ord for EbpfProgramID
impl Ord for EbpfProgramID
Source§fn cmp(&self, other: &EbpfProgramID) -> Ordering
fn cmp(&self, other: &EbpfProgramID) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EbpfProgramID
impl PartialEq for EbpfProgramID
Source§impl PartialOrd for EbpfProgramID
impl PartialOrd for EbpfProgramID
Source§impl Serialize for EbpfProgramID
impl Serialize for EbpfProgramID
impl Copy for EbpfProgramID
impl Eq for EbpfProgramID
impl StructuralPartialEq for EbpfProgramID
Auto Trait Implementations§
impl Freeze for EbpfProgramID
impl RefUnwindSafe for EbpfProgramID
impl Send for EbpfProgramID
impl Sync for EbpfProgramID
impl Unpin for EbpfProgramID
impl UnwindSafe for EbpfProgramID
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