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