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