Struct pemmican::plugins::good_citizen::GoodCitizen[][src]

pub struct GoodCitizen { /* fields omitted */ }

Good Citizen is a plugin that helps you treat users of the website with the utmost respect. It deals with issues surrounding privacy, security, and usability.

This plugin should probably be added near the end of your plugin chain, unless you want to override it on a per-page basis, in which case you'll need to plug it in before your router.

Methods

impl GoodCitizen
[src]

Trait Implementations

impl Default for GoodCitizen
[src]

Returns the "default value" for a type. Read more

impl<S, E> Plugin<S, E> for GoodCitizen where
    S: 'static,
    E: 'static, 
[src]

Important traits for Box<R>

Auto Trait Implementations

impl Send for GoodCitizen

impl Sync for GoodCitizen