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