pub struct CopyCell { /* private fields */ }
Expand description
Witness cell copied from another witness cell
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CopyCell
impl Send for CopyCell
impl Sync for CopyCell
impl Unpin for CopyCell
impl UnwindSafe for CopyCell
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