#[repr(C)]pub struct ProductGroupField {
pub is_null: bool,
pub ExchangeID: String,
pub ProductID: String,
pub ProductGroupID: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§ProductID: String
§ProductGroupID: String
Trait Implementations§
Source§impl Clone for ProductGroupField
impl Clone for ProductGroupField
Source§impl Debug for ProductGroupField
impl Debug for ProductGroupField
Source§impl Default for ProductGroupField
impl Default for ProductGroupField
Source§impl ExternType for ProductGroupField
impl ExternType for ProductGroupField
Auto Trait Implementations§
impl Freeze for ProductGroupField
impl RefUnwindSafe for ProductGroupField
impl Send for ProductGroupField
impl Sync for ProductGroupField
impl Unpin for ProductGroupField
impl UnwindSafe for ProductGroupField
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