pub enum StageKvCachePayload {
Auto,
ResidentKv,
KvRecurrent,
FullState,
}Variants§
Trait Implementations§
Source§impl Clone for StageKvCachePayload
impl Clone for StageKvCachePayload
Source§fn clone(&self) -> StageKvCachePayload
fn clone(&self) -> StageKvCachePayload
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 moreimpl Copy for StageKvCachePayload
Source§impl Debug for StageKvCachePayload
impl Debug for StageKvCachePayload
Source§impl<'de> Deserialize<'de> for StageKvCachePayload
impl<'de> Deserialize<'de> for StageKvCachePayload
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
impl Eq for StageKvCachePayload
Source§impl PartialEq for StageKvCachePayload
impl PartialEq for StageKvCachePayload
Source§impl Serialize for StageKvCachePayload
impl Serialize for StageKvCachePayload
impl StructuralPartialEq for StageKvCachePayload
Auto Trait Implementations§
impl Freeze for StageKvCachePayload
impl RefUnwindSafe for StageKvCachePayload
impl Send for StageKvCachePayload
impl Sync for StageKvCachePayload
impl Unpin for StageKvCachePayload
impl UnsafeUnpin for StageKvCachePayload
impl UnwindSafe for StageKvCachePayload
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