pub struct ProjectProgress;
Trait Implementations§
Source§impl HasField<__typename> for ProjectProgress
impl HasField<__typename> for ProjectProgress
Source§impl HasField<doneCount> for ProjectProgress
impl HasField<doneCount> for ProjectProgress
Source§impl HasField<donePercentage> for ProjectProgress
impl HasField<donePercentage> for ProjectProgress
Source§impl HasField<enabled> for ProjectProgress
impl HasField<enabled> for ProjectProgress
Source§impl HasField<inProgressCount> for ProjectProgress
impl HasField<inProgressCount> for ProjectProgress
Source§impl HasField<todoCount> for ProjectProgress
impl HasField<todoCount> for ProjectProgress
Source§impl HasField<todoPercentage> for ProjectProgress
impl HasField<todoPercentage> for ProjectProgress
Auto Trait Implementations§
impl Freeze for ProjectProgress
impl RefUnwindSafe for ProjectProgress
impl Send for ProjectProgress
impl Sync for ProjectProgress
impl Unpin for ProjectProgress
impl UnwindSafe for ProjectProgress
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