pub struct CreateProjectMilestone {
pub project_id: usize,
pub title: String,
pub description: Option<String>,
}
Fields§
§project_id: usize
§title: String
§description: Option<String>
Trait Implementations§
Source§impl Debug for CreateProjectMilestone
impl Debug for CreateProjectMilestone
Auto Trait Implementations§
impl Freeze for CreateProjectMilestone
impl RefUnwindSafe for CreateProjectMilestone
impl Send for CreateProjectMilestone
impl Sync for CreateProjectMilestone
impl Unpin for CreateProjectMilestone
impl UnwindSafe for CreateProjectMilestone
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