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