pub struct BundleImportPlan {
pub preview: MutationPlan,
pub ndjson: String,
pub scan: BundleScan,
pub overwrite: bool,
}Expand description
The immutable, guard-ready work computed from one opaque Saved Objects dashboard bundle.
Fields§
§preview: MutationPlan§ndjson: String§scan: BundleScan§overwrite: boolTrait Implementations§
Source§impl Clone for BundleImportPlan
impl Clone for BundleImportPlan
Source§fn clone(&self) -> BundleImportPlan
fn clone(&self) -> BundleImportPlan
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 moreSource§impl Debug for BundleImportPlan
impl Debug for BundleImportPlan
Source§impl PartialEq for BundleImportPlan
impl PartialEq for BundleImportPlan
impl StructuralPartialEq for BundleImportPlan
Auto Trait Implementations§
impl Freeze for BundleImportPlan
impl RefUnwindSafe for BundleImportPlan
impl Send for BundleImportPlan
impl Sync for BundleImportPlan
impl Unpin for BundleImportPlan
impl UnsafeUnpin for BundleImportPlan
impl UnwindSafe for BundleImportPlan
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