pub struct postPageDescription;
Trait Implementations§
Source§impl Field for postPageDescription
impl Field for postPageDescription
Source§impl HasArgument<version> for postPageDescription
impl HasArgument<version> for postPageDescription
Source§impl HasField<postPageDescription> for ForumEvent
impl HasField<postPageDescription> for ForumEvent
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