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