#[repr(transparent)]pub struct StorageLibraryChangeType(pub i32);
Expand description
Required features: "Storage"
Tuple Fields
0: i32
Implementations
impl StorageLibraryChangeType
impl StorageLibraryChangeType
pub const Created: Self = Self(0i32)
pub const Deleted: Self = Self(1i32)
pub const MovedOrRenamed: Self = Self(2i32)
pub const ContentsChanged: Self = Self(3i32)
pub const MovedOutOfLibrary: Self = Self(4i32)
pub const MovedIntoLibrary: Self = Self(5i32)
pub const ContentsReplaced: Self = Self(6i32)
pub const IndexingStatusChanged: Self = Self(7i32)
pub const EncryptionChanged: Self = Self(8i32)
pub const ChangeTrackingLost: Self = Self(9i32)
Trait Implementations
impl Clone for StorageLibraryChangeType
impl Clone for StorageLibraryChangeType
impl Copy for StorageLibraryChangeType
Auto Trait Implementations
impl RefUnwindSafe for StorageLibraryChangeType
impl Send for StorageLibraryChangeType
impl Sync for StorageLibraryChangeType
impl Unpin for StorageLibraryChangeType
impl UnwindSafe for StorageLibraryChangeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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