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