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