pub struct UpstashRedisConfig {
pub eviction: Option<String>,
pub name: Option<String>,
pub price: Option<String>,
pub prod_pack: Option<String>,
pub read_regions: Option<String>,
pub region: Option<String>,
}Fields§
§eviction: Option<String>§name: Option<String>§price: Option<String>§prod_pack: Option<String>§read_regions: Option<String>§region: Option<String>Trait Implementations§
Source§impl CatalogService for UpstashRedisConfig
impl CatalogService for UpstashRedisConfig
Source§impl Debug for UpstashRedisConfig
impl Debug for UpstashRedisConfig
Auto Trait Implementations§
impl Freeze for UpstashRedisConfig
impl RefUnwindSafe for UpstashRedisConfig
impl Send for UpstashRedisConfig
impl Sync for UpstashRedisConfig
impl Unpin for UpstashRedisConfig
impl UnsafeUnpin for UpstashRedisConfig
impl UnwindSafe for UpstashRedisConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more