pub struct provider;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for provider
impl RefUnwindSafe for provider
impl Send for provider
impl Sync for provider
impl Unpin for provider
impl UnwindSafe for provider
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