pub struct inProgressCount;
Trait Implementations§
Source§impl Field for inProgressCount
impl Field for inProgressCount
Source§impl HasField<inProgressCount> for ProjectProgress
impl HasField<inProgressCount> for ProjectProgress
Auto Trait Implementations§
impl Freeze for inProgressCount
impl RefUnwindSafe for inProgressCount
impl Send for inProgressCount
impl Sync for inProgressCount
impl Unpin for inProgressCount
impl UnwindSafe for inProgressCount
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