pub struct UpdateFeaturesResponseV0 {
pub throttle_time_ms: i32,
pub error_code: i16,
pub error_message: Option<String>,
pub results: Vec<FeatureUpdateResultV0>,
}Fields§
§throttle_time_ms: i32§error_code: i16§error_message: Option<String>§results: Vec<FeatureUpdateResultV0>Implementations§
Source§impl UpdateFeaturesResponseV0
impl UpdateFeaturesResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for UpdateFeaturesResponseV0
impl Clone for UpdateFeaturesResponseV0
Source§fn clone(&self) -> UpdateFeaturesResponseV0
fn clone(&self) -> UpdateFeaturesResponseV0
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 UpdateFeaturesResponseV0
impl Debug for UpdateFeaturesResponseV0
impl Eq for UpdateFeaturesResponseV0
Source§impl PartialEq for UpdateFeaturesResponseV0
impl PartialEq for UpdateFeaturesResponseV0
impl StructuralPartialEq for UpdateFeaturesResponseV0
Auto Trait Implementations§
impl Freeze for UpdateFeaturesResponseV0
impl RefUnwindSafe for UpdateFeaturesResponseV0
impl Send for UpdateFeaturesResponseV0
impl Sync for UpdateFeaturesResponseV0
impl Unpin for UpdateFeaturesResponseV0
impl UnsafeUnpin for UpdateFeaturesResponseV0
impl UnwindSafe for UpdateFeaturesResponseV0
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