pub struct Entry {
type_id: TypeId,
tagged: Tagged,
}Expand description
A registered type’s metadata. Stores only the type’s Tagged shape
alongside a TypeId used to detect serde-name collisions between
different Rust types.
Fields§
§type_id: TypeId§tagged: TaggedImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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