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