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