Enum suppaftp::list::PosixPexQuery
source · pub enum PosixPexQuery {
Owner,
Group,
Others,
}Expand description
§PosixPexQuery
This enum is used to query about posix permissions on a file
Variants§
Trait Implementations§
source§impl Clone for PosixPexQuery
impl Clone for PosixPexQuery
source§fn clone(&self) -> PosixPexQuery
fn clone(&self) -> PosixPexQuery
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 PosixPexQuery
impl Debug for PosixPexQuery
source§impl PartialEq for PosixPexQuery
impl PartialEq for PosixPexQuery
source§fn eq(&self, other: &PosixPexQuery) -> bool
fn eq(&self, other: &PosixPexQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PosixPexQuery
impl Eq for PosixPexQuery
impl StructuralPartialEq for PosixPexQuery
Auto Trait Implementations§
impl Freeze for PosixPexQuery
impl RefUnwindSafe for PosixPexQuery
impl Send for PosixPexQuery
impl Sync for PosixPexQuery
impl Unpin for PosixPexQuery
impl UnwindSafe for PosixPexQuery
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