pub struct InfoAndTypeConcreteType {
pub info: TypeInfo,
pub ty: ConcreteTypeId,
}
Expand description
Struct providing a ConcreteType with the type info and a wrapped type.
Fields§
§info: TypeInfo
§ty: ConcreteTypeId
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InfoAndTypeConcreteType
impl Send for InfoAndTypeConcreteType
impl Sync for InfoAndTypeConcreteType
impl Unpin for InfoAndTypeConcreteType
impl UnwindSafe for InfoAndTypeConcreteType
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