pub struct ScramCredentialInfoV0 {
pub mechanism: i8,
pub iterations: i32,
}Fields§
§mechanism: i8§iterations: i32Trait Implementations§
Source§impl Clone for ScramCredentialInfoV0
impl Clone for ScramCredentialInfoV0
Source§fn clone(&self) -> ScramCredentialInfoV0
fn clone(&self) -> ScramCredentialInfoV0
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 ScramCredentialInfoV0
impl Debug for ScramCredentialInfoV0
impl Eq for ScramCredentialInfoV0
Source§impl PartialEq for ScramCredentialInfoV0
impl PartialEq for ScramCredentialInfoV0
impl StructuralPartialEq for ScramCredentialInfoV0
Auto Trait Implementations§
impl Freeze for ScramCredentialInfoV0
impl RefUnwindSafe for ScramCredentialInfoV0
impl Send for ScramCredentialInfoV0
impl Sync for ScramCredentialInfoV0
impl Unpin for ScramCredentialInfoV0
impl UnsafeUnpin for ScramCredentialInfoV0
impl UnwindSafe for ScramCredentialInfoV0
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