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