pub struct UpdatableFeatureResult {
pub error_code: i16,
pub error_message: Option<StrBytes>,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0
Fields§
§error_code: i16
The feature update error code or 0
if the feature update succeeded.
Supported API versions: 0
error_message: Option<StrBytes>
The feature update error, or null
if the feature update succeeded.
Supported API versions: 0
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Clone for UpdatableFeatureResult
impl Clone for UpdatableFeatureResult
source§fn clone(&self) -> UpdatableFeatureResult
fn clone(&self) -> UpdatableFeatureResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdatableFeatureResult
impl Debug for UpdatableFeatureResult
source§impl Default for UpdatableFeatureResult
impl Default for UpdatableFeatureResult
source§impl Message for UpdatableFeatureResult
impl Message for UpdatableFeatureResult
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.