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