pub struct GetProductStatusRequest {
pub product_id: String,
pub product_type: String,
}
Fields§
§product_id: String
§product_type: String
Trait Implementations§
Source§impl Debug for GetProductStatusRequest
impl Debug for GetProductStatusRequest
Source§impl<'de> Deserialize<'de> for GetProductStatusRequest
impl<'de> Deserialize<'de> for GetProductStatusRequest
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 GetProductStatusRequest
impl RefUnwindSafe for GetProductStatusRequest
impl Send for GetProductStatusRequest
impl Sync for GetProductStatusRequest
impl Unpin for GetProductStatusRequest
impl UnwindSafe for GetProductStatusRequest
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