Struct nessa::cache::NessaDividedCache
source · pub struct NessaDividedCache<T> {
pub functions: T,
pub unary: T,
pub binary: T,
pub nary: T,
}Fields§
§functions: T§unary: T§binary: T§nary: TTrait Implementations§
source§impl<T: Clone> Clone for NessaDividedCache<T>
impl<T: Clone> Clone for NessaDividedCache<T>
source§fn clone(&self) -> NessaDividedCache<T>
fn clone(&self) -> NessaDividedCache<T>
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<T: Default> Default for NessaDividedCache<T>
impl<T: Default> Default for NessaDividedCache<T>
source§fn default() -> NessaDividedCache<T>
fn default() -> NessaDividedCache<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> RefUnwindSafe for NessaDividedCache<T>where
T: RefUnwindSafe,
impl<T> Send for NessaDividedCache<T>where
T: Send,
impl<T> Sync for NessaDividedCache<T>where
T: Sync,
impl<T> Unpin for NessaDividedCache<T>where
T: Unpin,
impl<T> UnwindSafe for NessaDividedCache<T>where
T: UnwindSafe,
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