#[repr(C)]pub struct MemoizeKey { /* private fields */ }
Trait Implementations§
Source§impl Clone for MemoizeKey
impl Clone for MemoizeKey
Source§fn clone(&self) -> MemoizeKey
fn clone(&self) -> MemoizeKey
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 MemoizeKey
impl Debug for MemoizeKey
impl Copy for MemoizeKey
Auto Trait Implementations§
impl Freeze for MemoizeKey
impl RefUnwindSafe for MemoizeKey
impl Send for MemoizeKey
impl Sync for MemoizeKey
impl Unpin for MemoizeKey
impl UnwindSafe for MemoizeKey
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