pub struct JwtDevProvider;Expand description
Provider DI pour enregistrer un JwtService avec crate::SecurityConfig::dev.
Implementations§
Source§impl JwtDevProvider
impl JwtDevProvider
pub fn register_provider(container: &Container)
Auto Trait Implementations§
impl Freeze for JwtDevProvider
impl RefUnwindSafe for JwtDevProvider
impl Send for JwtDevProvider
impl Sync for JwtDevProvider
impl Unpin for JwtDevProvider
impl UnsafeUnpin for JwtDevProvider
impl UnwindSafe for JwtDevProvider
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