pub struct ParseCache { /* private fields */ }Expand description
Concurrent parse cache.
Implementations§
Source§impl ParseCache
impl ParseCache
Trait Implementations§
Source§impl Clone for ParseCache
impl Clone for ParseCache
Source§fn clone(&self) -> ParseCache
fn clone(&self) -> ParseCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParseCache
impl Debug for ParseCache
Source§impl Default for ParseCache
impl Default for ParseCache
Source§fn default() -> ParseCache
fn default() -> ParseCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ParseCache
impl !UnwindSafe for ParseCache
impl Freeze for ParseCache
impl Send for ParseCache
impl Sync for ParseCache
impl Unpin for ParseCache
impl UnsafeUnpin for ParseCache
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