#[repr(transparent)]pub struct StorageProviderInSyncPolicy(pub u32);
Expand description
Required features: ‘Storage_Provider’
Tuple Fields
0: u32
Implementations
impl StorageProviderInSyncPolicy
impl StorageProviderInSyncPolicy
pub const Default: Self
pub const FileCreationTime: Self
pub const FileReadOnlyAttribute: Self
pub const FileHiddenAttribute: Self
pub const FileSystemAttribute: Self
pub const DirectoryCreationTime: Self
pub const DirectoryReadOnlyAttribute: Self
pub const DirectoryHiddenAttribute: Self
pub const DirectorySystemAttribute: Self
pub const FileLastWriteTime: Self
pub const DirectoryLastWriteTime: Self
pub const PreserveInsyncForSyncEngine: Self
Trait Implementations
impl Clone for StorageProviderInSyncPolicy
impl Clone for StorageProviderInSyncPolicy
impl Copy for StorageProviderInSyncPolicy
Auto Trait Implementations
impl RefUnwindSafe for StorageProviderInSyncPolicy
impl Send for StorageProviderInSyncPolicy
impl Sync for StorageProviderInSyncPolicy
impl Unpin for StorageProviderInSyncPolicy
impl UnwindSafe for StorageProviderInSyncPolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more