pub struct Plugins<'p> {
pub render: RenderPlugins<'p>,
}
Expand description
Umbrella plugins struct.
Fields§
§render: RenderPlugins<'p>
Configure render-time plugins.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'p> Freeze for Plugins<'p>
impl<'p> !RefUnwindSafe for Plugins<'p>
impl<'p> Send for Plugins<'p>
impl<'p> Sync for Plugins<'p>
impl<'p> Unpin for Plugins<'p>
impl<'p> !UnwindSafe for Plugins<'p>
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