pub struct CreateCommentInput;
Trait Implementations§
impl HasInputField<data, CreateCommentDataInput> for CreateCommentInput
impl InputObjectMarker for CreateCommentInput
Auto Trait Implementations§
impl Freeze for CreateCommentInput
impl RefUnwindSafe for CreateCommentInput
impl Send for CreateCommentInput
impl Sync for CreateCommentInput
impl Unpin for CreateCommentInput
impl UnwindSafe for CreateCommentInput
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