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