pub struct SocialAccountProvider {}
Auto Trait Implementations§
impl Freeze for SocialAccountProvider
impl RefUnwindSafe for SocialAccountProvider
impl Send for SocialAccountProvider
impl Sync for SocialAccountProvider
impl Unpin for SocialAccountProvider
impl UnwindSafe for SocialAccountProvider
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