pub struct GetPlanRequest {
pub code: String,
}Expand description
Request parameters for retrieving a specific plan.
Fields§
§code: StringThe unique code of the plan.
Implementations§
Trait Implementations§
Source§impl Clone for GetPlanRequest
impl Clone for GetPlanRequest
Source§fn clone(&self) -> GetPlanRequest
fn clone(&self) -> GetPlanRequest
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 moreAuto Trait Implementations§
impl Freeze for GetPlanRequest
impl RefUnwindSafe for GetPlanRequest
impl Send for GetPlanRequest
impl Sync for GetPlanRequest
impl Unpin for GetPlanRequest
impl UnwindSafe for GetPlanRequest
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