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