pub struct postCategory;
Trait Implementations§
Source§impl Field for postCategory
impl Field for postCategory
impl HasInputField<postCategory, Option<String>> for UpdatePostDataInput
Auto Trait Implementations§
impl Freeze for postCategory
impl RefUnwindSafe for postCategory
impl Send for postCategory
impl Sync for postCategory
impl Unpin for postCategory
impl UnwindSafe for postCategory
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