pub struct DigestAnswerParams {
pub realm: Vec<u8>,
pub algorithm: Option<Vec<u8>>,
pub username: Vec<u8>,
pub uri: Vec<u8>,
pub challenge: Option<DigestChallenge>,
pub credentials: Option<DigestCredentials>,
}
Fields§
§realm: Vec<u8>
§algorithm: Option<Vec<u8>>
§username: Vec<u8>
§uri: Vec<u8>
§challenge: Option<DigestChallenge>
§credentials: Option<DigestCredentials>
Implementations§
Auto Trait Implementations§
impl Freeze for DigestAnswerParams
impl RefUnwindSafe for DigestAnswerParams
impl Send for DigestAnswerParams
impl Sync for DigestAnswerParams
impl Unpin for DigestAnswerParams
impl UnwindSafe for DigestAnswerParams
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