pub struct RetailIdCreatePackageInfoV2Request {
pub package_labels: Option<Vec<String>>,
}Fields§
§package_labels: Option<Vec<String>>Trait Implementations§
Source§impl Clone for RetailIdCreatePackageInfoV2Request
impl Clone for RetailIdCreatePackageInfoV2Request
Source§fn clone(&self) -> RetailIdCreatePackageInfoV2Request
fn clone(&self) -> RetailIdCreatePackageInfoV2Request
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<'de> Deserialize<'de> for RetailIdCreatePackageInfoV2Request
impl<'de> Deserialize<'de> for RetailIdCreatePackageInfoV2Request
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 RetailIdCreatePackageInfoV2Request
impl RefUnwindSafe for RetailIdCreatePackageInfoV2Request
impl Send for RetailIdCreatePackageInfoV2Request
impl Sync for RetailIdCreatePackageInfoV2Request
impl Unpin for RetailIdCreatePackageInfoV2Request
impl UnwindSafe for RetailIdCreatePackageInfoV2Request
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