#[repr(u32)]pub enum CassIndexType {
CASS_INDEX_TYPE_UNKNOWN = 0,
CASS_INDEX_TYPE_KEYS = 1,
CASS_INDEX_TYPE_CUSTOM = 2,
CASS_INDEX_TYPE_COMPOSITES = 3,
}
Variants§
CASS_INDEX_TYPE_UNKNOWN = 0
CASS_INDEX_TYPE_KEYS = 1
CASS_INDEX_TYPE_CUSTOM = 2
CASS_INDEX_TYPE_COMPOSITES = 3
Trait Implementations§
Source§impl Clone for CassIndexType_
impl Clone for CassIndexType_
Source§fn clone(&self) -> CassIndexType_
fn clone(&self) -> CassIndexType_
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 Debug for CassIndexType_
impl Debug for CassIndexType_
Source§impl Hash for CassIndexType_
impl Hash for CassIndexType_
Source§impl PartialEq for CassIndexType_
impl PartialEq for CassIndexType_
impl Copy for CassIndexType_
impl Eq for CassIndexType_
impl StructuralPartialEq for CassIndexType_
Auto Trait Implementations§
impl Freeze for CassIndexType_
impl RefUnwindSafe for CassIndexType_
impl Send for CassIndexType_
impl Sync for CassIndexType_
impl Unpin for CassIndexType_
impl UnwindSafe for CassIndexType_
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