pub struct FeatureUpdateV0 {
pub feature: String,
pub max_version_level: i16,
pub allow_downgrade: bool,
}Fields§
§feature: String§max_version_level: i16§allow_downgrade: boolTrait Implementations§
Source§impl Clone for FeatureUpdateV0
impl Clone for FeatureUpdateV0
Source§fn clone(&self) -> FeatureUpdateV0
fn clone(&self) -> FeatureUpdateV0
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 FeatureUpdateV0
impl Debug for FeatureUpdateV0
impl Eq for FeatureUpdateV0
Source§impl PartialEq for FeatureUpdateV0
impl PartialEq for FeatureUpdateV0
impl StructuralPartialEq for FeatureUpdateV0
Auto Trait Implementations§
impl Freeze for FeatureUpdateV0
impl RefUnwindSafe for FeatureUpdateV0
impl Send for FeatureUpdateV0
impl Sync for FeatureUpdateV0
impl Unpin for FeatureUpdateV0
impl UnsafeUnpin for FeatureUpdateV0
impl UnwindSafe for FeatureUpdateV0
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