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