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