Struct StorageLibraryChangeType
#[repr(transparent)]pub struct StorageLibraryChangeType(pub i32);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
§fn clone(&self) -> StorageLibraryChangeType
fn clone(&self) -> StorageLibraryChangeType
Returns a duplicate 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 more§impl Debug for StorageLibraryChangeType
impl Debug for StorageLibraryChangeType
§impl Default for StorageLibraryChangeType
impl Default for StorageLibraryChangeType
§fn default() -> StorageLibraryChangeType
fn default() -> StorageLibraryChangeType
Returns the “default value” for a type. Read more
§impl PartialEq for StorageLibraryChangeType
impl PartialEq for StorageLibraryChangeType
impl Copy for StorageLibraryChangeType
impl Eq for StorageLibraryChangeType
impl StructuralPartialEq for StorageLibraryChangeType
Auto Trait Implementations§
impl Freeze for StorageLibraryChangeType
impl RefUnwindSafe for StorageLibraryChangeType
impl Send for StorageLibraryChangeType
impl Sync for StorageLibraryChangeType
impl Unpin for StorageLibraryChangeType
impl UnwindSafe for StorageLibraryChangeType
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