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