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