#[repr(transparent)]pub struct StorageLibraryChangeType(pub i32);Expand description
Required features: ‘Storage’
Tuple Fields
0: i32Implementations
impl StorageLibraryChangeType
impl StorageLibraryChangeType
pub const Created: Self
pub const Deleted: Self
pub const MovedOrRenamed: Self
pub const ContentsChanged: Self
pub const MovedOutOfLibrary: Self
pub const MovedIntoLibrary: Self
pub const ContentsReplaced: Self
pub const IndexingStatusChanged: Self
pub const EncryptionChanged: Self
pub const ChangeTrackingLost: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more