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