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