pub struct AttrsSet(_);
Expand description
Implementations§
source§impl AttrsSet
impl AttrsSet
pub const MODE: AttrsSet = _
pub fn mode(self) -> bool
pub const UID: AttrsSet = _
pub fn uid(self) -> bool
pub const GID: AttrsSet = _
pub fn gid(self) -> bool
pub const ATIME: AttrsSet = _
pub fn atime(self) -> bool
pub const MTIME: AttrsSet = _
pub fn mtime(self) -> bool
pub const CTIME: AttrsSet = _
pub fn ctime(self) -> bool
pub const ALL: Self = _
pub const fn new(value: u16) -> Self
pub const fn none() -> Self
pub const fn value(self) -> u16
Trait Implementations§
source§impl BitOrAssign<AttrsSet> for AttrsSet
impl BitOrAssign<AttrsSet> for AttrsSet
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl<'de> Deserialize<'de> for AttrsSet
impl<'de> Deserialize<'de> for AttrsSet
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<AttrsSet> for AttrsSet
impl PartialEq<AttrsSet> for AttrsSet
impl Copy for AttrsSet
impl Eq for AttrsSet
impl StructuralEq for AttrsSet
impl StructuralPartialEq for AttrsSet
Auto Trait Implementations§
impl RefUnwindSafe for AttrsSet
impl Send for AttrsSet
impl Sync for AttrsSet
impl Unpin for AttrsSet
impl UnwindSafe for AttrsSet
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