pub struct CartService { /* private fields */ }Implementations§
Source§impl CartService
impl CartService
pub fn with_config(service: ServiceConfig<Authenticated>) -> CartService
Trait Implementations§
Source§impl DeleteResource for CartService
impl DeleteResource for CartService
Source§impl GetAllResource for CartService
impl GetAllResource for CartService
type Response = GetAllCartResponse
async fn get_all(&self, options: GetAllOptions) -> Result<Self::Response>
Auto Trait Implementations§
impl Freeze for CartService
impl RefUnwindSafe for CartService
impl Send for CartService
impl Sync for CartService
impl Unpin for CartService
impl UnwindSafe for CartService
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