pub type ObjectRef = (ObjectID, SequenceNumber, ObjectDigest);
Trait Implementations§
Source§impl From<&ObjectInfo> for ObjectRef
impl From<&ObjectInfo> for ObjectRef
Source§fn from(info: &ObjectInfo) -> Self
fn from(info: &ObjectInfo) -> Self
Converts to this type from the input type.
Source§impl From<ObjectInfo> for ObjectRef
impl From<ObjectInfo> for ObjectRef
Source§fn from(info: ObjectInfo) -> Self
fn from(info: ObjectInfo) -> Self
Converts to this type from the input type.