pub struct ResilientAuthConfig {
pub username: String,
pub password: String,
}Expand description
Authentication configuration for resilient client
Fields§
§username: StringUsername
password: StringPassword
Trait Implementations§
Source§impl Clone for ResilientAuthConfig
impl Clone for ResilientAuthConfig
Source§fn clone(&self) -> ResilientAuthConfig
fn clone(&self) -> ResilientAuthConfig
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 ResilientAuthConfig
impl RefUnwindSafe for ResilientAuthConfig
impl Send for ResilientAuthConfig
impl Sync for ResilientAuthConfig
impl Unpin for ResilientAuthConfig
impl UnsafeUnpin for ResilientAuthConfig
impl UnwindSafe for ResilientAuthConfig
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