pub enum MemoryHistoricalState {
Current,
Historical,
Superseded,
}Variants§
Trait Implementations§
Source§impl Clone for MemoryHistoricalState
impl Clone for MemoryHistoricalState
Source§fn clone(&self) -> MemoryHistoricalState
fn clone(&self) -> MemoryHistoricalState
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 MemoryHistoricalState
impl Debug for MemoryHistoricalState
Source§impl Default for MemoryHistoricalState
impl Default for MemoryHistoricalState
Source§fn default() -> MemoryHistoricalState
fn default() -> MemoryHistoricalState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MemoryHistoricalState
impl<'de> Deserialize<'de> for MemoryHistoricalState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MemoryHistoricalState
impl PartialEq for MemoryHistoricalState
Source§fn eq(&self, other: &MemoryHistoricalState) -> bool
fn eq(&self, other: &MemoryHistoricalState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MemoryHistoricalState
impl Serialize for MemoryHistoricalState
impl Copy for MemoryHistoricalState
impl Eq for MemoryHistoricalState
impl StructuralPartialEq for MemoryHistoricalState
Auto Trait Implementations§
impl Freeze for MemoryHistoricalState
impl RefUnwindSafe for MemoryHistoricalState
impl Send for MemoryHistoricalState
impl Sync for MemoryHistoricalState
impl Unpin for MemoryHistoricalState
impl UnsafeUnpin for MemoryHistoricalState
impl UnwindSafe for MemoryHistoricalState
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