pub struct CompiledTapeKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CompiledTapeKey
impl Clone for CompiledTapeKey
Source§fn clone(&self) -> CompiledTapeKey
fn clone(&self) -> CompiledTapeKey
Returns a duplicate 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 CompiledTapeKey
impl Debug for CompiledTapeKey
Source§impl PartialEq for CompiledTapeKey
impl PartialEq for CompiledTapeKey
impl Eq for CompiledTapeKey
impl StructuralPartialEq for CompiledTapeKey
Auto Trait Implementations§
impl Freeze for CompiledTapeKey
impl RefUnwindSafe for CompiledTapeKey
impl Send for CompiledTapeKey
impl Sync for CompiledTapeKey
impl Unpin for CompiledTapeKey
impl UnsafeUnpin for CompiledTapeKey
impl UnwindSafe for CompiledTapeKey
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