Enum cyfs_lib::AclDirection
source · pub enum AclDirection {
Any,
In,
Out,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for AclDirection
impl Clone for AclDirection
source§fn clone(&self) -> AclDirection
fn clone(&self) -> AclDirection
Returns a copy 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 AclDirection
impl Debug for AclDirection
source§impl FromStr for AclDirection
impl FromStr for AclDirection
source§impl PartialEq<AclDirection> for AclDirection
impl PartialEq<AclDirection> for AclDirection
source§fn eq(&self, other: &AclDirection) -> bool
fn eq(&self, other: &AclDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.