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