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