pub struct DefaultPlan {
pub preview: MutationPlan,
pub before: Option<String>,
pub after: Option<String>,
}Expand description
An immutable, guard-ready default data-view change.
Fields§
§preview: MutationPlan§before: Option<String>§after: Option<String>Trait Implementations§
Source§impl Clone for DefaultPlan
impl Clone for DefaultPlan
Source§fn clone(&self) -> DefaultPlan
fn clone(&self) -> DefaultPlan
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 DefaultPlan
impl Debug for DefaultPlan
Source§impl PartialEq for DefaultPlan
impl PartialEq for DefaultPlan
impl StructuralPartialEq for DefaultPlan
Auto Trait Implementations§
impl Freeze for DefaultPlan
impl RefUnwindSafe for DefaultPlan
impl Send for DefaultPlan
impl Sync for DefaultPlan
impl Unpin for DefaultPlan
impl UnsafeUnpin for DefaultPlan
impl UnwindSafe for DefaultPlan
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