pub enum SupportedAttribute {
FileCreationTime,
FileReadonly,
FileHidden,
FileSystem,
FileLastWriteTime,
DirectoryCreationTime,
DirectoryReadonly,
DirectoryHidden,
DirectoryLastWriteTime,
}
Expand description
Attributes supported by the sync root.
Variants§
FileCreationTime
FileReadonly
FileHidden
FileSystem
FileLastWriteTime
DirectoryCreationTime
DirectoryReadonly
DirectoryHidden
DirectoryLastWriteTime
Trait Implementations§
Source§impl<R: Into<FlagSet<SupportedAttribute>>> BitAnd<R> for SupportedAttribute
impl<R: Into<FlagSet<SupportedAttribute>>> BitAnd<R> for SupportedAttribute
Source§impl<R: Into<FlagSet<SupportedAttribute>>> BitOr<R> for SupportedAttribute
impl<R: Into<FlagSet<SupportedAttribute>>> BitOr<R> for SupportedAttribute
Source§impl<R: Into<FlagSet<SupportedAttribute>>> BitXor<R> for SupportedAttribute
impl<R: Into<FlagSet<SupportedAttribute>>> BitXor<R> for SupportedAttribute
Source§impl Clone for SupportedAttribute
impl Clone for SupportedAttribute
Source§fn clone(&self) -> SupportedAttribute
fn clone(&self) -> SupportedAttribute
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 SupportedAttribute
impl Debug for SupportedAttribute
Source§impl From<SupportedAttribute> for FlagSet<SupportedAttribute>
impl From<SupportedAttribute> for FlagSet<SupportedAttribute>
Source§fn from(value: SupportedAttribute) -> Self
fn from(value: SupportedAttribute) -> Self
Converts to this type from the input type.
Source§impl Not for SupportedAttribute
impl Not for SupportedAttribute
Source§impl PartialEq for SupportedAttribute
impl PartialEq for SupportedAttribute
Source§impl<R: Into<FlagSet<SupportedAttribute>>> Rem<R> for SupportedAttribute
impl<R: Into<FlagSet<SupportedAttribute>>> Rem<R> for SupportedAttribute
Source§impl<R: Into<FlagSet<SupportedAttribute>>> Sub<R> for SupportedAttribute
impl<R: Into<FlagSet<SupportedAttribute>>> Sub<R> for SupportedAttribute
impl Copy for SupportedAttribute
impl Eq for SupportedAttribute
impl StructuralPartialEq for SupportedAttribute
Auto Trait Implementations§
impl Freeze for SupportedAttribute
impl RefUnwindSafe for SupportedAttribute
impl Send for SupportedAttribute
impl Sync for SupportedAttribute
impl Unpin for SupportedAttribute
impl UnwindSafe for SupportedAttribute
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