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