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