pub struct ParseReuseCache { /* private fields */ }Trait Implementations§
Source§impl Debug for ParseReuseCache
impl Debug for ParseReuseCache
Source§impl Default for ParseReuseCache
impl Default for ParseReuseCache
Source§fn default() -> ParseReuseCache
fn default() -> ParseReuseCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !UnwindSafe for ParseReuseCache
impl Freeze for ParseReuseCache
impl RefUnwindSafe for ParseReuseCache
impl Send for ParseReuseCache
impl Sync for ParseReuseCache
impl Unpin for ParseReuseCache
impl UnsafeUnpin for ParseReuseCache
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