pub struct AlterUserScramCredentialsUpsertionV0 {
pub name: String,
pub mechanism: i8,
pub iterations: i32,
pub salt: Vec<u8>,
pub salted_password: Vec<u8>,
}Fields§
§name: String§mechanism: i8§iterations: i32§salt: Vec<u8>§salted_password: Vec<u8>Trait Implementations§
Source§impl Clone for AlterUserScramCredentialsUpsertionV0
impl Clone for AlterUserScramCredentialsUpsertionV0
Source§fn clone(&self) -> AlterUserScramCredentialsUpsertionV0
fn clone(&self) -> AlterUserScramCredentialsUpsertionV0
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 AlterUserScramCredentialsUpsertionV0
impl StructuralPartialEq for AlterUserScramCredentialsUpsertionV0
Auto Trait Implementations§
impl Freeze for AlterUserScramCredentialsUpsertionV0
impl RefUnwindSafe for AlterUserScramCredentialsUpsertionV0
impl Send for AlterUserScramCredentialsUpsertionV0
impl Sync for AlterUserScramCredentialsUpsertionV0
impl Unpin for AlterUserScramCredentialsUpsertionV0
impl UnsafeUnpin for AlterUserScramCredentialsUpsertionV0
impl UnwindSafe for AlterUserScramCredentialsUpsertionV0
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