pub struct ProjectMilestoneStatus {}Auto Trait Implementations§
impl Freeze for ProjectMilestoneStatus
impl RefUnwindSafe for ProjectMilestoneStatus
impl Send for ProjectMilestoneStatus
impl Sync for ProjectMilestoneStatus
impl Unpin for ProjectMilestoneStatus
impl UnsafeUnpin for ProjectMilestoneStatus
impl UnwindSafe for ProjectMilestoneStatus
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