pub struct ContentLoader;Implementations§
Source§impl ContentLoader
impl ContentLoader
Trait Implementations§
Source§impl Default for ContentLoader
impl Default for ContentLoader
Source§impl Preprocessor for ContentLoader
impl Preprocessor for ContentLoader
Auto Trait Implementations§
impl Freeze for ContentLoader
impl RefUnwindSafe for ContentLoader
impl Send for ContentLoader
impl Sync for ContentLoader
impl Unpin for ContentLoader
impl UnwindSafe for ContentLoader
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