pub type HummockSstableObjectId = TypedId<{ _ }, u64>;Aliased Type§
#[repr(transparent)]pub struct HummockSstableObjectId(pub(crate) u64);Tuple Fields§
§0: u64Implementations§
Source§impl HummockSstableObjectId
impl HummockSstableObjectId
pub fn as_raw(&self) -> HummockRawObjectId
Trait Implementations§
Source§impl From<TypedId<{ $type_id }, u64>> for HummockSstableObjectId
impl From<TypedId<{ $type_id }, u64>> for HummockSstableObjectId
Source§fn from(id: HummockRawObjectId) -> Self
fn from(id: HummockRawObjectId) -> Self
Converts to this type from the input type.