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