Enum cyfs_lib::AclDirection
source · pub enum AclDirection {
Any,
In,
Out,
}
Variants
Implementations
sourceimpl AclDirection
impl AclDirection
Trait Implementations
sourceimpl Clone for AclDirection
impl Clone for AclDirection
sourcefn clone(&self) -> AclDirection
fn clone(&self) -> AclDirection
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 moresourceimpl Debug for AclDirection
impl Debug for AclDirection
sourceimpl FromStr for AclDirection
impl FromStr for AclDirection
sourceimpl PartialEq<AclDirection> for AclDirection
impl PartialEq<AclDirection> for AclDirection
sourcefn eq(&self, other: &AclDirection) -> bool
fn eq(&self, other: &AclDirection) -> bool
sourceimpl ToString for AclDirection
impl ToString for AclDirection
impl Eq for AclDirection
impl StructuralEq for AclDirection
impl StructuralPartialEq for AclDirection
Auto Trait Implementations
impl RefUnwindSafe for AclDirection
impl Send for AclDirection
impl Sync for AclDirection
impl Unpin for AclDirection
impl UnwindSafe for AclDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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