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