Struct trillium_basic_auth::Credentials
source · [−]pub struct Credentials { /* private fields */ }
Expand description
basic auth username-password credentials
Trait Implementations
sourceimpl Clone for Credentials
impl Clone for Credentials
sourcefn clone(&self) -> Credentials
fn clone(&self) -> Credentials
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Credentials
impl Debug for Credentials
sourceimpl PartialEq<Credentials> for Credentials
impl PartialEq<Credentials> for Credentials
sourcefn eq(&self, other: &Credentials) -> bool
fn eq(&self, other: &Credentials) -> bool
impl Eq for Credentials
impl StructuralEq for Credentials
impl StructuralPartialEq for Credentials
Auto Trait Implementations
impl RefUnwindSafe for Credentials
impl Send for Credentials
impl Sync for Credentials
impl Unpin for Credentials
impl UnwindSafe for Credentials
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more