pub struct CopyDone { /* private fields */ }
Implementations§
Trait Implementations§
impl BackendMessage for CopyDone
Auto Trait Implementations§
impl Freeze for CopyDone
impl RefUnwindSafe for CopyDone
impl Send for CopyDone
impl Sync for CopyDone
impl Unpin for CopyDone
impl UnwindSafe for CopyDone
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