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