pub struct MetadataArchitectureSupportEntry {
pub architecture: &'static str,
pub native_support: bool,
pub semantic_parity: &'static str,
pub namespace_model: &'static str,
pub persistence_model: &'static str,
pub failure_mode: &'static str,
pub caveat: &'static str,
}Fields§
§architecture: &'static str§native_support: bool§semantic_parity: &'static str§namespace_model: &'static str§persistence_model: &'static str§failure_mode: &'static str§caveat: &'static strTrait Implementations§
Source§impl Clone for MetadataArchitectureSupportEntry
impl Clone for MetadataArchitectureSupportEntry
Source§fn clone(&self) -> MetadataArchitectureSupportEntry
fn clone(&self) -> MetadataArchitectureSupportEntry
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 PartialEq for MetadataArchitectureSupportEntry
impl PartialEq for MetadataArchitectureSupportEntry
Source§fn eq(&self, other: &MetadataArchitectureSupportEntry) -> bool
fn eq(&self, other: &MetadataArchitectureSupportEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MetadataArchitectureSupportEntry
impl StructuralPartialEq for MetadataArchitectureSupportEntry
Auto Trait Implementations§
impl Freeze for MetadataArchitectureSupportEntry
impl RefUnwindSafe for MetadataArchitectureSupportEntry
impl Send for MetadataArchitectureSupportEntry
impl Sync for MetadataArchitectureSupportEntry
impl Unpin for MetadataArchitectureSupportEntry
impl UnsafeUnpin for MetadataArchitectureSupportEntry
impl UnwindSafe for MetadataArchitectureSupportEntry
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