pub struct projectStatusProjectCount;Trait Implementations§
Source§impl Field for projectStatusProjectCount
impl Field for projectStatusProjectCount
Source§impl HasArgument<id> for projectStatusProjectCount
impl HasArgument<id> for projectStatusProjectCount
Source§impl HasField<projectStatusProjectCount> for Query
impl HasField<projectStatusProjectCount> for Query
Source§type Type = ProjectStatusCountPayload
type Type = ProjectStatusCountPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for projectStatusProjectCount
impl RefUnwindSafe for projectStatusProjectCount
impl Send for projectStatusProjectCount
impl Sync for projectStatusProjectCount
impl Unpin for projectStatusProjectCount
impl UnwindSafe for projectStatusProjectCount
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