Struct regex_automata::meta::wrappers::ReverseHybridCache
source · pub(crate) struct ReverseHybridCache(Option<Cache>);
Tuple Fields§
§0: Option<Cache>
Implementations§
source§impl ReverseHybridCache
impl ReverseHybridCache
pub(crate) fn none() -> ReverseHybridCache
pub(crate) fn new(builder: &ReverseHybrid) -> ReverseHybridCache
pub(crate) fn reset(&mut self, builder: &ReverseHybrid)
pub(crate) fn memory_usage(&self) -> usize
Trait Implementations§
source§impl Clone for ReverseHybridCache
impl Clone for ReverseHybridCache
source§fn clone(&self) -> ReverseHybridCache
fn clone(&self) -> ReverseHybridCache
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 ReverseHybridCache
impl RefUnwindSafe for ReverseHybridCache
impl Send for ReverseHybridCache
impl Sync for ReverseHybridCache
impl Unpin for ReverseHybridCache
impl UnwindSafe for ReverseHybridCache
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