Struct riker::actor::PersistenceConf[][src]

pub struct PersistenceConf {
    pub id: String,
    pub keyspace: String,
}

Fields

Trait Implementations

impl Clone for PersistenceConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersistenceConf
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations