Struct regex_automata::meta::wrappers::HybridCache
source · pub(crate) struct HybridCache(Option<Cache>);
Tuple Fields§
§0: Option<Cache>
Implementations§
source§impl HybridCache
impl HybridCache
pub(crate) fn none() -> HybridCache
pub(crate) fn new(builder: &Hybrid) -> HybridCache
pub(crate) fn reset(&mut self, builder: &Hybrid)
pub(crate) fn memory_usage(&self) -> usize
Trait Implementations§
source§impl Clone for HybridCache
impl Clone for HybridCache
source§fn clone(&self) -> HybridCache
fn clone(&self) -> HybridCache
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HybridCache
impl RefUnwindSafe for HybridCache
impl Send for HybridCache
impl Sync for HybridCache
impl Unpin for HybridCache
impl UnwindSafe for HybridCache
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