[][src]Struct oration::Initialise

struct Initialise {
    user_ip: String,
    blog_author: String,
    edit_timeout: f32,
}

Information sent to the client upon initialisation.

Fields

The clients' ip address, hashed via Sha224.

The Sha224 hash of the blog author to distinguish the authority on this blog.

Time frame in which users can edit thier own comments.

Auto Trait Implementations

impl Send for Initialise

impl Sync for Initialise