pub struct ShopifyClient {
pub order: Order,
pub subscription: Subscription,
}Fields§
§order: Order§subscription: SubscriptionImplementations§
Auto Trait Implementations§
impl Freeze for ShopifyClient
impl RefUnwindSafe for ShopifyClient
impl Send for ShopifyClient
impl Sync for ShopifyClient
impl Unpin for ShopifyClient
impl UnwindSafe for ShopifyClient
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