pub struct BaseTransformer<'a, P: CorePass<BaseConvertInfo<'a>>> { /* private fields */ }
Implementations§
Source§impl<'a, P: CorePass<BaseConvertInfo<'a>>> BaseTransformer<'a, P>
impl<'a, P: CorePass<BaseConvertInfo<'a>>> BaseTransformer<'a, P>
Trait Implementations§
Source§impl<'a, P: CorePass<BaseConvertInfo<'a>>> Transformer for BaseTransformer<'a, P>
impl<'a, P: CorePass<BaseConvertInfo<'a>>> Transformer for BaseTransformer<'a, P>
Auto Trait Implementations§
impl<'a, P> Freeze for BaseTransformer<'a, P>where
P: Freeze,
impl<'a, P> RefUnwindSafe for BaseTransformer<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for BaseTransformer<'a, P>where
P: Send,
impl<'a, P> Sync for BaseTransformer<'a, P>where
P: Sync,
impl<'a, P> Unpin for BaseTransformer<'a, P>where
P: Unpin,
impl<'a, P> UnwindSafe for BaseTransformer<'a, P>where
P: UnwindSafe,
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