pub struct UpstashQstashConfig {
pub price: Option<String>,
pub region: Option<String>,
}Fields§
§price: Option<String>§region: Option<String>Trait Implementations§
Source§impl CatalogService for UpstashQstashConfig
impl CatalogService for UpstashQstashConfig
Source§impl Debug for UpstashQstashConfig
impl Debug for UpstashQstashConfig
Auto Trait Implementations§
impl Freeze for UpstashQstashConfig
impl RefUnwindSafe for UpstashQstashConfig
impl Send for UpstashQstashConfig
impl Sync for UpstashQstashConfig
impl Unpin for UpstashQstashConfig
impl UnsafeUnpin for UpstashQstashConfig
impl UnwindSafe for UpstashQstashConfig
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