pub enum AclRuleType {
Ipv4,
Mac,
}Expand description
ACL Rule type.
Variants§
Trait Implementations§
Source§impl Clone for AclRuleType
impl Clone for AclRuleType
Source§fn clone(&self) -> AclRuleType
fn clone(&self) -> AclRuleType
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 AclRuleType
impl Debug for AclRuleType
Source§impl<'de> Deserialize<'de> for AclRuleType
impl<'de> Deserialize<'de> for AclRuleType
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 PartialEq for AclRuleType
impl PartialEq for AclRuleType
Source§impl Serialize for AclRuleType
impl Serialize for AclRuleType
impl Copy for AclRuleType
impl Eq for AclRuleType
impl StructuralPartialEq for AclRuleType
Auto Trait Implementations§
impl Freeze for AclRuleType
impl RefUnwindSafe for AclRuleType
impl Send for AclRuleType
impl Sync for AclRuleType
impl Unpin for AclRuleType
impl UnsafeUnpin for AclRuleType
impl UnwindSafe for AclRuleType
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