pub struct BuildInType<'types> {
pub info: &'types BuildInInfo,
}Expand description
Contains additional information for the rendering process
of a TypeVariant::BuildIn type.
Fields§
§info: &'types BuildInInfoReference to the original type information.
Trait Implementations§
Auto Trait Implementations§
impl<'types> Freeze for BuildInType<'types>
impl<'types> !RefUnwindSafe for BuildInType<'types>
impl<'types> !Send for BuildInType<'types>
impl<'types> !Sync for BuildInType<'types>
impl<'types> Unpin for BuildInType<'types>
impl<'types> !UnwindSafe for BuildInType<'types>
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