Enum persy::IndexTypeId
source · pub enum IndexTypeId {
Show 15 variants
U8,
U16,
U32,
U64,
U128,
I8,
I16,
I32,
I64,
I128,
F32W,
F64W,
String,
PersyId,
ByteVec,
}Expand description
Enum of all the possible Key or Value types for indexes
Variants§
Trait Implementations§
source§impl Clone for IndexTypeId
impl Clone for IndexTypeId
source§fn clone(&self) -> IndexTypeId
fn clone(&self) -> IndexTypeId
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 From<u8> for IndexTypeId
impl From<u8> for IndexTypeId
source§fn from(val: u8) -> IndexTypeId
fn from(val: u8) -> IndexTypeId
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IndexTypeId
impl RefUnwindSafe for IndexTypeId
impl Send for IndexTypeId
impl Sync for IndexTypeId
impl Unpin for IndexTypeId
impl UnwindSafe for IndexTypeId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)