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