pub struct CommentEdge;Trait Implementations§
Source§impl HasField<__typename> for CommentEdge
impl HasField<__typename> for CommentEdge
Source§impl HasField<cursor> for CommentEdge
impl HasField<cursor> for CommentEdge
Source§impl HasField<node> for CommentEdge
impl HasField<node> for CommentEdge
Auto Trait Implementations§
impl Freeze for CommentEdge
impl RefUnwindSafe for CommentEdge
impl Send for CommentEdge
impl Sync for CommentEdge
impl Unpin for CommentEdge
impl UnwindSafe for CommentEdge
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