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