pub struct commentPrompt;
Trait Implementations§
Source§impl Field for commentPrompt
impl Field for commentPrompt
Source§impl HasField<commentPrompt> for ForumEvent
impl HasField<commentPrompt> for ForumEvent
Auto Trait Implementations§
impl Freeze for commentPrompt
impl RefUnwindSafe for commentPrompt
impl Send for commentPrompt
impl Sync for commentPrompt
impl Unpin for commentPrompt
impl UnwindSafe for commentPrompt
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