pub struct SmartScopePolicy;Expand description
Checks whether a Principal’s SMART scopes authorize a FHIR operation.
Implementations§
Auto Trait Implementations§
impl Freeze for SmartScopePolicy
impl RefUnwindSafe for SmartScopePolicy
impl Send for SmartScopePolicy
impl Sync for SmartScopePolicy
impl Unpin for SmartScopePolicy
impl UnsafeUnpin for SmartScopePolicy
impl UnwindSafe for SmartScopePolicy
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