pub struct replies;
Trait Implementations§
Source§impl HasArgument<after> for replies
impl HasArgument<after> for replies
Source§impl HasArgument<before> for replies
impl HasArgument<before> for replies
Source§impl HasArgument<first> for replies
impl HasArgument<first> for replies
Source§impl HasArgument<last> for replies
impl HasArgument<last> for replies
Source§impl HasField<replies> for DiscussionComment
impl HasField<replies> for DiscussionComment
Source§type Type = DiscussionCommentConnection
type Type = DiscussionCommentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for replies
impl RefUnwindSafe for replies
impl Send for replies
impl Sync for replies
impl Unpin for replies
impl UnwindSafe for replies
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