pub struct ImportPlan {
pub imported: Vec<ImportEntry>,
pub skipped: Vec<ImportSkip>,
pub failed: Vec<ImportFailure>,
}Fields§
§imported: Vec<ImportEntry>§skipped: Vec<ImportSkip>§failed: Vec<ImportFailure>Trait Implementations§
Source§impl Clone for ImportPlan
impl Clone for ImportPlan
Source§fn clone(&self) -> ImportPlan
fn clone(&self) -> ImportPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImportPlan
impl Debug for ImportPlan
Source§impl Default for ImportPlan
impl Default for ImportPlan
Source§fn default() -> ImportPlan
fn default() -> ImportPlan
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImportPlan
impl PartialEq for ImportPlan
impl Eq for ImportPlan
impl StructuralPartialEq for ImportPlan
Auto Trait Implementations§
impl Freeze for ImportPlan
impl RefUnwindSafe for ImportPlan
impl Send for ImportPlan
impl Sync for ImportPlan
impl Unpin for ImportPlan
impl UnsafeUnpin for ImportPlan
impl UnwindSafe for ImportPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.