pub struct StorageBackendSupportEntry {
pub backend: &'static str,
pub native_support: bool,
pub semantic_parity: &'static str,
pub failure_mode: &'static str,
pub caveat: &'static str,
}Fields§
§backend: &'static str§native_support: bool§semantic_parity: &'static str§failure_mode: &'static str§caveat: &'static strTrait Implementations§
Source§impl Clone for StorageBackendSupportEntry
impl Clone for StorageBackendSupportEntry
Source§fn clone(&self) -> StorageBackendSupportEntry
fn clone(&self) -> StorageBackendSupportEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StorageBackendSupportEntry
impl Debug for StorageBackendSupportEntry
Source§impl PartialEq for StorageBackendSupportEntry
impl PartialEq for StorageBackendSupportEntry
Source§fn eq(&self, other: &StorageBackendSupportEntry) -> bool
fn eq(&self, other: &StorageBackendSupportEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StorageBackendSupportEntry
impl StructuralPartialEq for StorageBackendSupportEntry
Auto Trait Implementations§
impl Freeze for StorageBackendSupportEntry
impl RefUnwindSafe for StorageBackendSupportEntry
impl Send for StorageBackendSupportEntry
impl Sync for StorageBackendSupportEntry
impl Unpin for StorageBackendSupportEntry
impl UnsafeUnpin for StorageBackendSupportEntry
impl UnwindSafe for StorageBackendSupportEntry
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