pub struct IncrementalAlterConfigsResponseV0 {
pub throttle_time_ms: i32,
pub responses: Vec<IncrementalAlterConfigsResourceResponseV0>,
}Fields§
§throttle_time_ms: i32§responses: Vec<IncrementalAlterConfigsResourceResponseV0>Implementations§
Source§impl IncrementalAlterConfigsResponseV0
impl IncrementalAlterConfigsResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for IncrementalAlterConfigsResponseV0
impl Clone for IncrementalAlterConfigsResponseV0
Source§fn clone(&self) -> IncrementalAlterConfigsResponseV0
fn clone(&self) -> IncrementalAlterConfigsResponseV0
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 moreimpl Eq for IncrementalAlterConfigsResponseV0
impl StructuralPartialEq for IncrementalAlterConfigsResponseV0
Auto Trait Implementations§
impl Freeze for IncrementalAlterConfigsResponseV0
impl RefUnwindSafe for IncrementalAlterConfigsResponseV0
impl Send for IncrementalAlterConfigsResponseV0
impl Sync for IncrementalAlterConfigsResponseV0
impl Unpin for IncrementalAlterConfigsResponseV0
impl UnsafeUnpin for IncrementalAlterConfigsResponseV0
impl UnwindSafe for IncrementalAlterConfigsResponseV0
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