pub struct CreatePlanResponseArgs {
    pub id: u64,
}Fields§
§id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreatePlanResponseArgs
impl RefUnwindSafe for CreatePlanResponseArgs
impl Send for CreatePlanResponseArgs
impl Sync for CreatePlanResponseArgs
impl Unpin for CreatePlanResponseArgs
impl UnwindSafe for CreatePlanResponseArgs
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