Struct rocket_simpleauth::status::LoginRedirect [] [src]

pub struct LoginRedirect(_);

Trait Implementations

impl<'r> Responder<'r> for LoginRedirect
[src]

[src]

Returns Ok if a Response could be generated successfully. Otherwise, returns an Err with a failing Status. Read more

Auto Trait Implementations

impl Send for LoginRedirect

impl Sync for LoginRedirect