pub struct ShopEndpoint;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShopEndpoint
impl RefUnwindSafe for ShopEndpoint
impl Send for ShopEndpoint
impl Sync for ShopEndpoint
impl Unpin for ShopEndpoint
impl UnsafeUnpin for ShopEndpoint
impl UnwindSafe for ShopEndpoint
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