pub struct ReplacementProduct {
pub product_identifier_type: Option<u8>,
pub product_identifier_value: Option<String>,
}Fields§
§product_identifier_type: Option<u8>§product_identifier_value: Option<String>Trait Implementations§
Source§impl Debug for ReplacementProduct
impl Debug for ReplacementProduct
Auto Trait Implementations§
impl Freeze for ReplacementProduct
impl RefUnwindSafe for ReplacementProduct
impl Send for ReplacementProduct
impl Sync for ReplacementProduct
impl Unpin for ReplacementProduct
impl UnwindSafe for ReplacementProduct
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