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