pub struct UploadLineItemsResponse {
pub upload_status: Option<UploadStatus>,
}Expand description
Upload line items response.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- uploadlineitems lineitems (response)
Fields§
§upload_status: Option<UploadStatus>Status of upload.
Trait Implementations§
Source§impl Clone for UploadLineItemsResponse
impl Clone for UploadLineItemsResponse
Source§fn clone(&self) -> UploadLineItemsResponse
fn clone(&self) -> UploadLineItemsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UploadLineItemsResponse
impl Debug for UploadLineItemsResponse
Source§impl Default for UploadLineItemsResponse
impl Default for UploadLineItemsResponse
Source§fn default() -> UploadLineItemsResponse
fn default() -> UploadLineItemsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UploadLineItemsResponse
impl<'de> Deserialize<'de> for UploadLineItemsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for UploadLineItemsResponse
impl Serialize for UploadLineItemsResponse
impl ResponseResult for UploadLineItemsResponse
Auto Trait Implementations§
impl Freeze for UploadLineItemsResponse
impl RefUnwindSafe for UploadLineItemsResponse
impl Send for UploadLineItemsResponse
impl Sync for UploadLineItemsResponse
impl Unpin for UploadLineItemsResponse
impl UnwindSafe for UploadLineItemsResponse
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