Struct sapnwrfc::binding::_RFC_METADATA_QUERY_RESULT_ENTRY
[−]
[src]
#[repr(C)]pub struct _RFC_METADATA_QUERY_RESULT_ENTRY { pub name: RFC_ABAP_NAME, pub errorMessage: [SAP_UC; 512], }
_RFC_METADATA_QUERY_RESULT_ENTRY
Structure containing the error that occurred during the metadata query.
Fields
name: RFC_ABAP_NAME
errorMessage: [SAP_UC; 512]
Trait Implementations
impl Copy for _RFC_METADATA_QUERY_RESULT_ENTRY
[src]
impl Clone for _RFC_METADATA_QUERY_RESULT_ENTRY
[src]
fn clone(&self) -> Self
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more