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