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