pub struct TypeDesc {
pub name: String,
pub strategy: Strategy,
pub body: TypeBody,
}Fields§
§name: StringThe cased name ("SummaryRow"), the stable identity.
strategy: Strategy§body: TypeBodyTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypeDesc
impl !RefUnwindSafe for TypeDesc
impl !Send for TypeDesc
impl !Sync for TypeDesc
impl Unpin for TypeDesc
impl UnsafeUnpin for TypeDesc
impl !UnwindSafe for TypeDesc
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