pub struct FeatureUpdateV1 {
pub feature: String,
pub max_version_level: i16,
pub upgrade_type: i8,
}Fields§
§feature: String§max_version_level: i16§upgrade_type: i8Kafka UpgradeType: 1 upgrade, 2 safe downgrade, 3 unsafe downgrade.
Trait Implementations§
Source§impl Clone for FeatureUpdateV1
impl Clone for FeatureUpdateV1
Source§fn clone(&self) -> FeatureUpdateV1
fn clone(&self) -> FeatureUpdateV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FeatureUpdateV1
impl Debug for FeatureUpdateV1
impl Eq for FeatureUpdateV1
Source§impl PartialEq for FeatureUpdateV1
impl PartialEq for FeatureUpdateV1
impl StructuralPartialEq for FeatureUpdateV1
Auto Trait Implementations§
impl Freeze for FeatureUpdateV1
impl RefUnwindSafe for FeatureUpdateV1
impl Send for FeatureUpdateV1
impl Sync for FeatureUpdateV1
impl Unpin for FeatureUpdateV1
impl UnsafeUnpin for FeatureUpdateV1
impl UnwindSafe for FeatureUpdateV1
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