pub struct forumEvent;
Trait Implementations§
Source§impl Field for forumEvent
impl Field for forumEvent
Source§impl HasField<forumEvent> for Comment
impl HasField<forumEvent> for Comment
Source§type Type = Option<ForumEvent>
type Type = Option<ForumEvent>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for forumEvent
impl RefUnwindSafe for forumEvent
impl Send for forumEvent
impl Sync for forumEvent
impl Unpin for forumEvent
impl UnwindSafe for forumEvent
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