pub struct AuthInitParts {
pub metadata: HashMap<String, Value>,
pub email_provider: Option<Arc<dyn EmailProvider>>,
}Fields§
§metadata: HashMap<String, Value>§email_provider: Option<Arc<dyn EmailProvider>>Auto Trait Implementations§
impl !RefUnwindSafe for AuthInitParts
impl !UnwindSafe for AuthInitParts
impl Freeze for AuthInitParts
impl Send for AuthInitParts
impl Sync for AuthInitParts
impl Unpin for AuthInitParts
impl UnsafeUnpin for AuthInitParts
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