pub struct IDeliveriesController;Expand description
WebAPI controller Deliveries.
Implementations§
Source§impl IDeliveriesController
impl IDeliveriesController
Sourcepub async fn GetInWarehouse<T>(
api: &ApiClient,
overload: T,
) -> Result<ResponseEnvelope<T::Output>, ApiError>where
T: Overload,
pub async fn GetInWarehouse<T>(
api: &ApiClient,
overload: T,
) -> Result<ResponseEnvelope<T::Output>, ApiError>where
T: Overload,
GET /api/Deliveries/InWarehouse
Parameter warehouse_id: Id magazynu.
Parameter product_id: Id towaru.
Sourcepub async fn GetInWarehouseRaw<T>(
api: &ApiClient,
overload: T,
) -> Result<ResponseEnvelope<Value>, ApiError>where
T: Overload,
pub async fn GetInWarehouseRaw<T>(
api: &ApiClient,
overload: T,
) -> Result<ResponseEnvelope<Value>, ApiError>where
T: Overload,
GET /api/Deliveries/InWarehouse
Parameter warehouse_id: Id magazynu.
Parameter product_id: Id towaru.
Auto Trait Implementations§
impl Freeze for IDeliveriesController
impl RefUnwindSafe for IDeliveriesController
impl Send for IDeliveriesController
impl Sync for IDeliveriesController
impl Unpin for IDeliveriesController
impl UnsafeUnpin for IDeliveriesController
impl UnwindSafe for IDeliveriesController
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