Struct authzen_session::RedisStoreNodeConfig
source · pub struct RedisStoreNodeConfig<H> {
pub host: H,
pub port: Option<u16>,
pub db: Option<u16>,
}Fields§
§host: H§port: Option<u16>§db: Option<u16>Implementations§
source§impl<H> RedisStoreNodeConfig<H>
impl<H> RedisStoreNodeConfig<H>
Trait Implementations§
source§impl<H: Clone> Clone for RedisStoreNodeConfig<H>
impl<H: Clone> Clone for RedisStoreNodeConfig<H>
source§fn clone(&self) -> RedisStoreNodeConfig<H>
fn clone(&self) -> RedisStoreNodeConfig<H>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more