pub struct TypeId(/* private fields */);Expand description
Canonical type identifier — proto-qualified name with version namespace,
e.g. peat.capability.v1.Capability. The namespace prefix is peat.
rather than the protobuf wire prefix cap. to communicate that this
is the consumer-facing identifier surface, not the protobuf-internal one.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TypeId
impl<'de> Deserialize<'de> for TypeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TypeId
impl StructuralPartialEq for TypeId
Auto Trait Implementations§
impl Freeze for TypeId
impl RefUnwindSafe for TypeId
impl Send for TypeId
impl Sync for TypeId
impl Unpin for TypeId
impl UnsafeUnpin for TypeId
impl UnwindSafe for TypeId
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