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