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