pub struct SynthRender<'a> { /* private fields */ }Expand description
Parameters for the SynthGeneraterRenderFunc.
Auto Trait Implementations§
impl<'a> Freeze for SynthRender<'a>
impl<'a> RefUnwindSafe for SynthRender<'a>
impl<'a> Send for SynthRender<'a>
impl<'a> Sync for SynthRender<'a>
impl<'a> Unpin for SynthRender<'a>
impl<'a> !UnwindSafe for SynthRender<'a>
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