#[repr(i32)]pub enum _STORAGE_DIAGNOSTIC_LEVEL {
StorageDiagnosticLevelDefault = 0,
StorageDiagnosticLevelMax = 1,
}Variants§
Trait Implementations§
Source§impl Clone for _STORAGE_DIAGNOSTIC_LEVEL
impl Clone for _STORAGE_DIAGNOSTIC_LEVEL
Source§fn clone(&self) -> _STORAGE_DIAGNOSTIC_LEVEL
fn clone(&self) -> _STORAGE_DIAGNOSTIC_LEVEL
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 moreSource§impl Debug for _STORAGE_DIAGNOSTIC_LEVEL
impl Debug for _STORAGE_DIAGNOSTIC_LEVEL
Source§impl Hash for _STORAGE_DIAGNOSTIC_LEVEL
impl Hash for _STORAGE_DIAGNOSTIC_LEVEL
impl Copy for _STORAGE_DIAGNOSTIC_LEVEL
impl Eq for _STORAGE_DIAGNOSTIC_LEVEL
impl StructuralPartialEq for _STORAGE_DIAGNOSTIC_LEVEL
Auto Trait Implementations§
impl Freeze for _STORAGE_DIAGNOSTIC_LEVEL
impl RefUnwindSafe for _STORAGE_DIAGNOSTIC_LEVEL
impl Send for _STORAGE_DIAGNOSTIC_LEVEL
impl Sync for _STORAGE_DIAGNOSTIC_LEVEL
impl Unpin for _STORAGE_DIAGNOSTIC_LEVEL
impl UnwindSafe for _STORAGE_DIAGNOSTIC_LEVEL
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