pub struct ShopifyFunctions {
pub shop_url: Arc<String>,
pub version: Arc<String>,
pub access_token: Arc<String>,
}Fields§
§shop_url: Arc<String>§version: Arc<String>§access_token: Arc<String>Implementations§
Auto Trait Implementations§
impl Freeze for ShopifyFunctions
impl RefUnwindSafe for ShopifyFunctions
impl Send for ShopifyFunctions
impl Sync for ShopifyFunctions
impl Unpin for ShopifyFunctions
impl UnwindSafe for ShopifyFunctions
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