pub struct Profile;Expand description
scope=openid profile.
Trait Implementations§
Source§impl ScopePiiReader for Profile
impl ScopePiiReader for Profile
Source§fn fill_pii(claims: &Claims<Self>, a: &mut IdAssertion<Self>)
fn fill_pii(claims: &Claims<Self>, a: &mut IdAssertion<Self>)
Read per-scope PII claims from the engine output into an SDK
assertion already populated with base fields.
impl Copy for Profile
impl Eq for Profile
impl HasProfile for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnsafeUnpin for Profile
impl UnwindSafe for Profile
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