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