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