pub struct ValidateScopeUseCase;Implementations§
Source§impl ValidateScopeUseCase
impl ValidateScopeUseCase
pub fn execute( required_scopes: &[String], provided_scopes: &[String], ) -> ScopeValidation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateScopeUseCase
impl RefUnwindSafe for ValidateScopeUseCase
impl Send for ValidateScopeUseCase
impl Sync for ValidateScopeUseCase
impl Unpin for ValidateScopeUseCase
impl UnsafeUnpin for ValidateScopeUseCase
impl UnwindSafe for ValidateScopeUseCase
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