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