pub type AttributesId = ObjectId<12, AttributesTag>;Expand description
Unique identifier for an attributes blob.
Aliased Type§
pub struct AttributesId(pub [u8; 12], _);Tuple Fields§
§0: [u8; 12]Trait Implementations§
Source§impl From<&ObjectId12> for AttributesId
impl From<&ObjectId12> for AttributesId
Source§fn from(value: &ObjectId12) -> Self
fn from(value: &ObjectId12) -> Self
Converts to this type from the input type.