pub struct MultiCommentInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiCommentInput
impl HasInputField<enableTotal, Option<bool>> for MultiCommentInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiCommentInput
impl HasInputField<terms, Option<JSON>> for MultiCommentInput
impl InputObjectMarker for MultiCommentInput
Auto Trait Implementations§
impl Freeze for MultiCommentInput
impl RefUnwindSafe for MultiCommentInput
impl Send for MultiCommentInput
impl Sync for MultiCommentInput
impl Unpin for MultiCommentInput
impl UnwindSafe for MultiCommentInput
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