pub struct CommentConnection;Trait Implementations§
Source§impl HasField<__typename> for CommentConnection
impl HasField<__typename> for CommentConnection
Source§impl HasField<edges> for CommentConnection
impl HasField<edges> for CommentConnection
Source§type Type = Vec<CommentEdge>
type Type = Vec<CommentEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for CommentConnection
impl HasField<nodes> for CommentConnection
Source§impl HasField<pageInfo> for CommentConnection
impl HasField<pageInfo> for CommentConnection
Auto Trait Implementations§
impl Freeze for CommentConnection
impl RefUnwindSafe for CommentConnection
impl Send for CommentConnection
impl Sync for CommentConnection
impl Unpin for CommentConnection
impl UnwindSafe for CommentConnection
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