pub struct CopyDataOperation {
pub source_path: &'static str,
pub target_path: &'static str,
pub op: CopyDataOp,
}Expand description
Copy data operation for CopyCustomData.
Fields§
§source_path: &'static str§target_path: &'static str§op: CopyDataOpTrait Implementations§
Source§impl Clone for CopyDataOperation
impl Clone for CopyDataOperation
Source§fn clone(&self) -> CopyDataOperation
fn clone(&self) -> CopyDataOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CopyDataOperation
impl RefUnwindSafe for CopyDataOperation
impl Send for CopyDataOperation
impl Sync for CopyDataOperation
impl Unpin for CopyDataOperation
impl UnsafeUnpin for CopyDataOperation
impl UnwindSafe for CopyDataOperation
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