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