pub struct archiveProjectV2Item;
Trait Implementations§
Source§impl Field for archiveProjectV2Item
impl Field for archiveProjectV2Item
Source§impl HasArgument<input> for archiveProjectV2Item
impl HasArgument<input> for archiveProjectV2Item
Source§type ArgumentType = ArchiveProjectV2ItemInput
type ArgumentType = ArchiveProjectV2ItemInput
The schema marker type of this argument.
Source§impl HasField<archiveProjectV2Item> for Mutation
impl HasField<archiveProjectV2Item> for Mutation
Source§type Type = Option<ArchiveProjectV2ItemPayload>
type Type = Option<ArchiveProjectV2ItemPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for archiveProjectV2Item
impl RefUnwindSafe for archiveProjectV2Item
impl Send for archiveProjectV2Item
impl Sync for archiveProjectV2Item
impl Unpin for archiveProjectV2Item
impl UnwindSafe for archiveProjectV2Item
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