pub struct AddCommentInput;
Trait Implementations§
impl HasInputField<body, String> for AddCommentInput
impl HasInputField<clientMutationId, Option<String>> for AddCommentInput
impl HasInputField<subjectId, Id> for AddCommentInput
impl InputObjectMarker for AddCommentInput
Auto Trait Implementations§
impl Freeze for AddCommentInput
impl RefUnwindSafe for AddCommentInput
impl Send for AddCommentInput
impl Sync for AddCommentInput
impl Unpin for AddCommentInput
impl UnwindSafe for AddCommentInput
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