pub struct CreatePlanRequest {
pub plan: CreatePlanInput,
}Expand description
Request for creating a plan.
Fields§
§plan: CreatePlanInputImplementations§
Source§impl CreatePlanRequest
impl CreatePlanRequest
Sourcepub fn new(input: CreatePlanInput) -> Self
pub fn new(input: CreatePlanInput) -> Self
Creates a new create plan request.
Trait Implementations§
Source§impl Clone for CreatePlanRequest
impl Clone for CreatePlanRequest
Source§fn clone(&self) -> CreatePlanRequest
fn clone(&self) -> CreatePlanRequest
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 CreatePlanRequest
impl Debug for CreatePlanRequest
Auto Trait Implementations§
impl Freeze for CreatePlanRequest
impl RefUnwindSafe for CreatePlanRequest
impl Send for CreatePlanRequest
impl Sync for CreatePlanRequest
impl Unpin for CreatePlanRequest
impl UnwindSafe for CreatePlanRequest
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