pub struct CopyFn { /* private fields */ }Expand description
A function for copying an object.
Trait Implementations§
impl Copy for CopyFn
Auto Trait Implementations§
impl Freeze for CopyFn
impl RefUnwindSafe for CopyFn
impl Send for CopyFn
impl Sync for CopyFn
impl Unpin for CopyFn
impl UnsafeUnpin for CopyFn
impl UnwindSafe for CopyFn
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