pub enum ServerlessPackKind {
Manifest,
BootIndex,
ExtentIndex,
HotSnapshot,
WalTail,
CollectionData,
SecondaryIndex,
ColdArchive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ServerlessPackKind
impl Clone for ServerlessPackKind
Source§fn clone(&self) -> ServerlessPackKind
fn clone(&self) -> ServerlessPackKind
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 ServerlessPackKind
Source§impl Debug for ServerlessPackKind
impl Debug for ServerlessPackKind
impl Eq for ServerlessPackKind
Source§impl From<ServerlessPackKind> for u8
impl From<ServerlessPackKind> for u8
Source§fn from(value: ServerlessPackKind) -> Self
fn from(value: ServerlessPackKind) -> Self
Converts to this type from the input type.
Source§impl Hash for ServerlessPackKind
impl Hash for ServerlessPackKind
Source§impl PartialEq for ServerlessPackKind
impl PartialEq for ServerlessPackKind
Source§fn eq(&self, other: &ServerlessPackKind) -> bool
fn eq(&self, other: &ServerlessPackKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerlessPackKind
Source§impl TryFrom<u8> for ServerlessPackKind
impl TryFrom<u8> for ServerlessPackKind
Source§type Error = RdbFileError
type Error = RdbFileError
The type returned in the event of a conversion error.
Source§fn try_from(value: u8) -> RdbFileResult<Self>
fn try_from(value: u8) -> RdbFileResult<Self>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ServerlessPackKind
impl RefUnwindSafe for ServerlessPackKind
impl Send for ServerlessPackKind
impl Sync for ServerlessPackKind
impl Unpin for ServerlessPackKind
impl UnsafeUnpin for ServerlessPackKind
impl UnwindSafe for ServerlessPackKind
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