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