pub enum ReplicaIdentity {
Default,
Nothing,
Full,
Index,
}Variants§
Trait Implementations§
Source§impl Clone for ReplicaIdentity
impl Clone for ReplicaIdentity
Source§fn clone(&self) -> ReplicaIdentity
fn clone(&self) -> ReplicaIdentity
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 ReplicaIdentity
impl Debug for ReplicaIdentity
Source§impl PartialEq for ReplicaIdentity
impl PartialEq for ReplicaIdentity
impl Copy for ReplicaIdentity
impl StructuralPartialEq for ReplicaIdentity
Auto Trait Implementations§
impl Freeze for ReplicaIdentity
impl RefUnwindSafe for ReplicaIdentity
impl Send for ReplicaIdentity
impl Sync for ReplicaIdentity
impl Unpin for ReplicaIdentity
impl UnwindSafe for ReplicaIdentity
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