Struct actix_web_sql_identity::SqlIdentityPolicy[][src]

pub struct SqlIdentityPolicy(_);
[]

Use a SQL database for request identity storage

Trait Implementations

impl Clone for SqlIdentityPolicy
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl<S> IdentityPolicy<S> for SqlIdentityPolicy
[src]
[+]

The associated identity

The return type of the middleware

[]

Process a request recieved by the server, returns an Identity struct

Arguments

  • req - The HTTP request recieved

Auto Trait Implementations

impl !Send for SqlIdentityPolicy

impl !Sync for SqlIdentityPolicy