Enum netlink_packet_audit::rules::RuleAction
source · [−]pub enum RuleAction {
Never,
Possible,
Always,
Unknown(u32),
}
Variants
Never
Possible
Always
Unknown(u32)
Trait Implementations
sourceimpl Clone for RuleAction
impl Clone for RuleAction
sourcefn clone(&self) -> RuleAction
fn clone(&self) -> RuleAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RuleAction
impl Debug for RuleAction
sourceimpl From<RuleAction> for u32
impl From<RuleAction> for u32
sourcefn from(value: RuleAction) -> Self
fn from(value: RuleAction) -> Self
Converts to this type from the input type.
sourceimpl From<u32> for RuleAction
impl From<u32> for RuleAction
sourceimpl PartialEq<RuleAction> for RuleAction
impl PartialEq<RuleAction> for RuleAction
sourcefn eq(&self, other: &RuleAction) -> bool
fn eq(&self, other: &RuleAction) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RuleAction) -> bool
fn ne(&self, other: &RuleAction) -> bool
This method tests for !=
.
impl Copy for RuleAction
impl Eq for RuleAction
impl StructuralEq for RuleAction
impl StructuralPartialEq for RuleAction
Auto Trait Implementations
impl RefUnwindSafe for RuleAction
impl Send for RuleAction
impl Sync for RuleAction
impl Unpin for RuleAction
impl UnwindSafe for RuleAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more