pub struct BundleScan {
pub dashboards: Vec<String>,
pub counts: BTreeMap<String, usize>,
pub total: usize,
pub has_export_details: bool,
}Expand description
Read-only facts obtained by scanning an opaque Saved Objects bundle.
Fields§
§dashboards: Vec<String>§counts: BTreeMap<String, usize>§total: usize§has_export_details: boolTrait Implementations§
Source§impl Clone for BundleScan
impl Clone for BundleScan
Source§fn clone(&self) -> BundleScan
fn clone(&self) -> BundleScan
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 BundleScan
impl Debug for BundleScan
impl Eq for BundleScan
Source§impl PartialEq for BundleScan
impl PartialEq for BundleScan
impl StructuralPartialEq for BundleScan
Auto Trait Implementations§
impl Freeze for BundleScan
impl RefUnwindSafe for BundleScan
impl Send for BundleScan
impl Sync for BundleScan
impl Unpin for BundleScan
impl UnsafeUnpin for BundleScan
impl UnwindSafe for BundleScan
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.