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