pub type HummockSstableObjectId = TypedPrimitive<1, u64>;
Aliased Type§
struct HummockSstableObjectId(pub(crate) u64);
Fields§
§0: u64
Implementations§
Source§impl HummockSstableObjectId
impl HummockSstableObjectId
pub fn as_raw(&self) -> HummockRawObjectId
Trait Implementations§
Source§impl From<TypedPrimitive<0, u64>> for HummockSstableObjectId
impl From<TypedPrimitive<0, u64>> for HummockSstableObjectId
Source§fn from(id: HummockRawObjectId) -> Self
fn from(id: HummockRawObjectId) -> Self
Converts to this type from the input type.