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