pub struct CreatePlan {
pub new: NewCase,
pub preview_action: String,
pub preview_details: Vec<String>,
}Fields§
§new: NewCase§preview_action: String§preview_details: Vec<String>Trait Implementations§
Source§impl Clone for CreatePlan
impl Clone for CreatePlan
Source§fn clone(&self) -> CreatePlan
fn clone(&self) -> CreatePlan
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 CreatePlan
impl Debug for CreatePlan
Source§impl PartialEq for CreatePlan
impl PartialEq for CreatePlan
impl StructuralPartialEq for CreatePlan
Auto Trait Implementations§
impl Freeze for CreatePlan
impl RefUnwindSafe for CreatePlan
impl Send for CreatePlan
impl Sync for CreatePlan
impl Unpin for CreatePlan
impl UnsafeUnpin for CreatePlan
impl UnwindSafe for CreatePlan
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