pub struct AnyScope;Trait Implementations§
Source§impl<T> AuthorizationRequirements<T> for AnyScopewhere
T: ExtraTokenFields,
impl<T> AuthorizationRequirements<T> for AnyScopewhere
T: ExtraTokenFields,
Auto Trait Implementations§
impl Freeze for AnyScope
impl RefUnwindSafe for AnyScope
impl Send for AnyScope
impl Sync for AnyScope
impl Unpin for AnyScope
impl UnwindSafe for AnyScope
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