pub struct CountingFunctionCache { /* private fields */ }
Expand description
Cache holding the counting functions for sets calculated
Trait Implementations§
Source§impl Clone for CountingFunctionCache
impl Clone for CountingFunctionCache
Source§fn clone(&self) -> CountingFunctionCache
fn clone(&self) -> CountingFunctionCache
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 moreSource§impl Debug for CountingFunctionCache
impl Debug for CountingFunctionCache
Source§impl Default for CountingFunctionCache
impl Default for CountingFunctionCache
Source§fn default() -> CountingFunctionCache
fn default() -> CountingFunctionCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CountingFunctionCache
impl RefUnwindSafe for CountingFunctionCache
impl Send for CountingFunctionCache
impl Sync for CountingFunctionCache
impl Unpin for CountingFunctionCache
impl UnwindSafe for CountingFunctionCache
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