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