pub struct TypeInfo<'a> { /* private fields */ }Expand description
Metadata about a type being inspected.
Provides name, path, and additional context about the type.
Implementations§
Trait Implementations§
impl<'a> Eq for TypeInfo<'a>
impl<'a> StructuralPartialEq for TypeInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for TypeInfo<'a>
impl<'a> RefUnwindSafe for TypeInfo<'a>
impl<'a> Send for TypeInfo<'a>
impl<'a> Sync for TypeInfo<'a>
impl<'a> Unpin for TypeInfo<'a>
impl<'a> UnsafeUnpin for TypeInfo<'a>
impl<'a> UnwindSafe for TypeInfo<'a>
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