pub struct EnrichTransactionCollectionResponse {
pub id: String,
pub link: String,
}Expand description
Response from a bulk enrichment submission.
Fields§
§id: StringWork-item ID used to poll for completion.
link: StringURL of the downloadable tar.gz results archive.
Trait Implementations§
Source§impl Clone for EnrichTransactionCollectionResponse
impl Clone for EnrichTransactionCollectionResponse
Source§fn clone(&self) -> EnrichTransactionCollectionResponse
fn clone(&self) -> EnrichTransactionCollectionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for EnrichTransactionCollectionResponse
impl<'de> Deserialize<'de> for EnrichTransactionCollectionResponse
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
Auto Trait Implementations§
impl Freeze for EnrichTransactionCollectionResponse
impl RefUnwindSafe for EnrichTransactionCollectionResponse
impl Send for EnrichTransactionCollectionResponse
impl Sync for EnrichTransactionCollectionResponse
impl Unpin for EnrichTransactionCollectionResponse
impl UnsafeUnpin for EnrichTransactionCollectionResponse
impl UnwindSafe for EnrichTransactionCollectionResponse
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