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