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