pub struct DataTransfer;Expand description
Marker type for the DataTransfer action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataTransfer
impl RefUnwindSafe for DataTransfer
impl Send for DataTransfer
impl Sync for DataTransfer
impl Unpin for DataTransfer
impl UnsafeUnpin for DataTransfer
impl UnwindSafe for DataTransfer
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