pub enum FanoutType {
HASH,
LB,
CPU,
ROLLOVER,
RND,
QM,
CBPF,
EBPF,
}
Expand description
Socket fanout type (Linux only).
Variants§
Trait Implementations§
Source§impl Clone for FanoutType
impl Clone for FanoutType
Source§fn clone(&self) -> FanoutType
fn clone(&self) -> FanoutType
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 FanoutType
impl Debug for FanoutType
Source§impl Hash for FanoutType
impl Hash for FanoutType
Source§impl PartialEq for FanoutType
impl PartialEq for FanoutType
impl Copy for FanoutType
impl Eq for FanoutType
impl StructuralPartialEq for FanoutType
Auto Trait Implementations§
impl Freeze for FanoutType
impl RefUnwindSafe for FanoutType
impl Send for FanoutType
impl Sync for FanoutType
impl Unpin for FanoutType
impl UnwindSafe for FanoutType
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