pub struct ProjectCopyResult {
pub from: String,
pub project: ProjectSummary,
}Expand description
ign project copy output model: the source plus the destination’s
read-back record (flat in JSON).
Fields§
§from: StringThe source name.
project: ProjectSummaryThe destination’s read-back record.
Trait Implementations§
Source§impl Debug for ProjectCopyResult
impl Debug for ProjectCopyResult
Auto Trait Implementations§
impl Freeze for ProjectCopyResult
impl RefUnwindSafe for ProjectCopyResult
impl Send for ProjectCopyResult
impl Sync for ProjectCopyResult
impl Unpin for ProjectCopyResult
impl UnsafeUnpin for ProjectCopyResult
impl UnwindSafe for ProjectCopyResult
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