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