pub struct EntAuthSource {
pub method: AuthMethod,
pub expected_user: String,
pub expected_password: String,
pub scram_iterations: usize,
}Fields§
§method: AuthMethod§expected_user: String§expected_password: String§scram_iterations: usizeTrait Implementations§
Source§impl AuthSource for EntAuthSource
impl AuthSource for EntAuthSource
Source§impl Clone for EntAuthSource
impl Clone for EntAuthSource
Source§fn clone(&self) -> EntAuthSource
fn clone(&self) -> EntAuthSource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EntAuthSource
impl RefUnwindSafe for EntAuthSource
impl Send for EntAuthSource
impl Sync for EntAuthSource
impl Unpin for EntAuthSource
impl UnsafeUnpin for EntAuthSource
impl UnwindSafe for EntAuthSource
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