pub struct LoginProvider { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for LoginProvider
impl FfiDropBox for LoginProvider
Source§unsafe fn drop_boxed(it: &mut Box<LoginProvider>)
unsafe fn drop_boxed(it: &mut Box<LoginProvider>)
Safety Read more
Source§impl ReprC for LoginProvider
impl ReprC for LoginProvider
impl NonOpaque for LoginProviderwhere
for<'_never_true> LoginProvider: ExternDropFnAnnotation,
impl Send for LoginProvider
impl Sync for LoginProvider
Auto Trait Implementations§
impl Freeze for LoginProvider
impl RefUnwindSafe for LoginProvider
impl Unpin for LoginProvider
impl UnsafeUnpin for LoginProvider
impl UnwindSafe for LoginProvider
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