Struct StorageProviderResultKind
#[repr(transparent)]pub struct StorageProviderResultKind(pub i32);Tuple Fields§
§0: i32Implementations§
§impl StorageProviderResultKind
impl StorageProviderResultKind
pub const Search: Self
pub const Recommended: Self
pub const Favorites: Self
pub const Recent: Self
pub const RelatedFiles: Self
pub const RelatedConversations: Self
Trait Implementations§
§impl Clone for StorageProviderResultKind
impl Clone for StorageProviderResultKind
§fn clone(&self) -> StorageProviderResultKind
fn clone(&self) -> StorageProviderResultKind
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 StorageProviderResultKind
impl Debug for StorageProviderResultKind
§impl Default for StorageProviderResultKind
impl Default for StorageProviderResultKind
§fn default() -> StorageProviderResultKind
fn default() -> StorageProviderResultKind
Returns the “default value” for a type. Read more
§impl PartialEq for StorageProviderResultKind
impl PartialEq for StorageProviderResultKind
impl Copy for StorageProviderResultKind
impl Eq for StorageProviderResultKind
impl StructuralPartialEq for StorageProviderResultKind
Auto Trait Implementations§
impl Freeze for StorageProviderResultKind
impl RefUnwindSafe for StorageProviderResultKind
impl Send for StorageProviderResultKind
impl Sync for StorageProviderResultKind
impl Unpin for StorageProviderResultKind
impl UnwindSafe for StorageProviderResultKind
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