pub struct SocialVerificationService { /* private fields */ }Implementations§
Source§impl SocialVerificationService
impl SocialVerificationService
pub fn new(ctx: ServiceContext) -> Self
Trait Implementations§
Source§impl Clone for SocialVerificationService
impl Clone for SocialVerificationService
Source§fn clone(&self) -> SocialVerificationService
fn clone(&self) -> SocialVerificationService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for SocialVerificationService
impl !RefUnwindSafe for SocialVerificationService
impl !UnwindSafe for SocialVerificationService
impl Send for SocialVerificationService
impl Sync for SocialVerificationService
impl Unpin for SocialVerificationService
impl UnsafeUnpin for SocialVerificationService
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