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