pub struct ByDocumentId {
pub document_id: i32,
}Expand description
GET /api/v2/SalesDimensions
Parameter document_id: Id dokumentu sprzedaży.
Fields§
§document_id: i32Id dokumentu sprzedaży.
Trait Implementations§
Source§impl Overload for ByDocumentId
impl Overload for ByDocumentId
type Output = Vec<Dimension>
fn call<'life0, 'async_trait>(
self,
api: &'life0 ApiClient,
) -> Pin<Box<dyn Future<Output = Result<ResponseEnvelope<Self::Output>, ApiError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn call_raw<'life0, 'async_trait>(
self,
api: &'life0 ApiClient,
) -> Pin<Box<dyn Future<Output = Result<ResponseEnvelope<Value>, ApiError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for ByDocumentId
impl RefUnwindSafe for ByDocumentId
impl Send for ByDocumentId
impl Sync for ByDocumentId
impl Unpin for ByDocumentId
impl UnsafeUnpin for ByDocumentId
impl UnwindSafe for ByDocumentId
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