pub struct PlanAnalysis {
pub destructive: bool,
pub has_unsupported: bool,
pub warnings: Vec<PlanWarning>,
}Fields§
§destructive: bool§has_unsupported: bool§warnings: Vec<PlanWarning>Trait Implementations§
Source§impl Clone for PlanAnalysis
impl Clone for PlanAnalysis
Source§fn clone(&self) -> PlanAnalysis
fn clone(&self) -> PlanAnalysis
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 PlanAnalysis
impl Debug for PlanAnalysis
Source§impl PartialEq for PlanAnalysis
impl PartialEq for PlanAnalysis
Source§impl Serialize for PlanAnalysis
impl Serialize for PlanAnalysis
impl Eq for PlanAnalysis
impl StructuralPartialEq for PlanAnalysis
Auto Trait Implementations§
impl Freeze for PlanAnalysis
impl RefUnwindSafe for PlanAnalysis
impl Send for PlanAnalysis
impl Sync for PlanAnalysis
impl Unpin for PlanAnalysis
impl UnsafeUnpin for PlanAnalysis
impl UnwindSafe for PlanAnalysis
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