pub struct SupportedFeatureKey {
pub min_version: i16,
pub max_version: i16,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0-3
Fields§
§min_version: i16
The minimum supported version for the feature.
Supported API versions: 3
max_version: i16
The maximum supported version for the feature.
Supported API versions: 3
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Clone for SupportedFeatureKey
impl Clone for SupportedFeatureKey
source§fn clone(&self) -> SupportedFeatureKey
fn clone(&self) -> SupportedFeatureKey
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 SupportedFeatureKey
impl Debug for SupportedFeatureKey
source§impl Default for SupportedFeatureKey
impl Default for SupportedFeatureKey
source§impl Message for SupportedFeatureKey
impl Message for SupportedFeatureKey
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.