pub struct SingleCommentInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleCommentInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleCommentInput
impl HasInputField<selector, Option<SelectorInput>> for SingleCommentInput
impl InputObjectMarker for SingleCommentInput
Auto Trait Implementations§
impl Freeze for SingleCommentInput
impl RefUnwindSafe for SingleCommentInput
impl Send for SingleCommentInput
impl Sync for SingleCommentInput
impl Unpin for SingleCommentInput
impl UnwindSafe for SingleCommentInput
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