pub struct DashboardDeletePlan {
pub preview: MutationPlan,
pub targets: Vec<DashboardSummary>,
}Expand description
The immutable, guard-ready targets for dashboard deletion.
Fields§
§preview: MutationPlan§targets: Vec<DashboardSummary>Trait Implementations§
Source§impl Clone for DashboardDeletePlan
impl Clone for DashboardDeletePlan
Source§fn clone(&self) -> DashboardDeletePlan
fn clone(&self) -> DashboardDeletePlan
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 DashboardDeletePlan
impl Debug for DashboardDeletePlan
Source§impl PartialEq for DashboardDeletePlan
impl PartialEq for DashboardDeletePlan
impl StructuralPartialEq for DashboardDeletePlan
Auto Trait Implementations§
impl Freeze for DashboardDeletePlan
impl RefUnwindSafe for DashboardDeletePlan
impl Send for DashboardDeletePlan
impl Sync for DashboardDeletePlan
impl Unpin for DashboardDeletePlan
impl UnsafeUnpin for DashboardDeletePlan
impl UnwindSafe for DashboardDeletePlan
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