pub struct SocialAccountEdge;
Trait Implementations§
Source§impl HasField<__typename> for SocialAccountEdge
impl HasField<__typename> for SocialAccountEdge
Source§impl HasField<cursor> for SocialAccountEdge
impl HasField<cursor> for SocialAccountEdge
Source§impl HasField<node> for SocialAccountEdge
impl HasField<node> for SocialAccountEdge
Source§type Type = Option<SocialAccount>
type Type = Option<SocialAccount>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SocialAccountEdge
impl RefUnwindSafe for SocialAccountEdge
impl Send for SocialAccountEdge
impl Sync for SocialAccountEdge
impl Unpin for SocialAccountEdge
impl UnwindSafe for SocialAccountEdge
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