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