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