pub struct SimpleTokenAuthConfig {
pub token_users_path: String,
}Fields§
§token_users_path: StringAuto Trait Implementations§
impl Freeze for SimpleTokenAuthConfig
impl RefUnwindSafe for SimpleTokenAuthConfig
impl Send for SimpleTokenAuthConfig
impl Sync for SimpleTokenAuthConfig
impl Unpin for SimpleTokenAuthConfig
impl UnsafeUnpin for SimpleTokenAuthConfig
impl UnwindSafe for SimpleTokenAuthConfig
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