#[repr(u8)]pub enum SnapshotKeptToProvideSyncStatus {
No = 0,
InfoOnly = 1,
InfoAndSnapshot = 2,
}
Variants§
Trait Implementations§
source§impl Clone for SnapshotKeptToProvideSyncStatus
impl Clone for SnapshotKeptToProvideSyncStatus
source§fn clone(&self) -> SnapshotKeptToProvideSyncStatus
fn clone(&self) -> SnapshotKeptToProvideSyncStatus
Returns a copy 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 Decodable for SnapshotKeptToProvideSyncStatus
impl Decodable for SnapshotKeptToProvideSyncStatus
source§impl Encodable for SnapshotKeptToProvideSyncStatus
impl Encodable for SnapshotKeptToProvideSyncStatus
source§impl MallocSizeOf for SnapshotKeptToProvideSyncStatus
impl MallocSizeOf for SnapshotKeptToProvideSyncStatus
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq for SnapshotKeptToProvideSyncStatus
impl PartialEq for SnapshotKeptToProvideSyncStatus
source§fn eq(&self, other: &SnapshotKeptToProvideSyncStatus) -> bool
fn eq(&self, other: &SnapshotKeptToProvideSyncStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SnapshotKeptToProvideSyncStatus
impl StructuralPartialEq for SnapshotKeptToProvideSyncStatus
Auto Trait Implementations§
impl RefUnwindSafe for SnapshotKeptToProvideSyncStatus
impl Send for SnapshotKeptToProvideSyncStatus
impl Sync for SnapshotKeptToProvideSyncStatus
impl Unpin for SnapshotKeptToProvideSyncStatus
impl UnwindSafe for SnapshotKeptToProvideSyncStatus
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