pub struct CreatePlanResponse {
pub plan: Plan,
}Expand description
Response for creating a plan.
Fields§
§plan: PlanTrait Implementations§
Source§impl Clone for CreatePlanResponse
impl Clone for CreatePlanResponse
Source§fn clone(&self) -> CreatePlanResponse
fn clone(&self) -> CreatePlanResponse
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 CreatePlanResponse
impl Debug for CreatePlanResponse
Source§impl<'de> Deserialize<'de> for CreatePlanResponse
impl<'de> Deserialize<'de> for CreatePlanResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CreatePlanResponse
impl RefUnwindSafe for CreatePlanResponse
impl Send for CreatePlanResponse
impl Sync for CreatePlanResponse
impl Unpin for CreatePlanResponse
impl UnwindSafe for CreatePlanResponse
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