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