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