pub enum ValueType {
TypeDeletion = 0,
TypeValue = 1,
}
Expand description
| Value types encoded as the last component of | internal keys. | | DO NOT CHANGE THESE ENUM VALUES: they are | embedded in the on-disk data structures.
Variants§
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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