Struct www_authenticate::ChallengeFields [−][src]
pub struct ChallengeFields(_);
A representation of the challenge fields
Methods
impl ChallengeFields[src]
impl ChallengeFieldspub fn new() -> Self[src]
pub fn new() -> Selfpub fn len(&self) -> usize[src]
pub fn len(&self) -> usizepub fn is_empty(&self) -> bool[src]
pub fn is_empty(&self) -> boolpub fn clear(&mut self)[src]
pub fn clear(&mut self)pub fn get(&self, k: &str) -> Option<&String>[src]
pub fn get(&self, k: &str) -> Option<&String>pub fn contains_key(&self, k: &str) -> bool[src]
pub fn contains_key(&self, k: &str) -> boolpub fn get_mut(&mut self, k: &str) -> Option<&mut String>[src]
pub fn get_mut(&mut self, k: &str) -> Option<&mut String>pub fn insert(&mut self, k: String, v: String) -> Option<String>[src]
pub fn insert(&mut self, k: String, v: String) -> Option<String>pub fn insert_quoting(&mut self, k: String, v: String) -> Option<String>[src]
pub fn insert_quoting(&mut self, k: String, v: String) -> Option<String>pub fn insert_static(&mut self, k: &'static str, v: String) -> Option<String>[src]
pub fn insert_static(&mut self, k: &'static str, v: String) -> Option<String>pub fn insert_static_quoting(
&mut self,
k: &'static str,
v: String
) -> Option<String>[src]
pub fn insert_static_quoting(
&mut self,
k: &'static str,
v: String
) -> Option<String>pub fn remove(&mut self, k: &str) -> Option<String>[src]
pub fn remove(&mut self, k: &str) -> Option<String>Trait Implementations
impl Debug for ChallengeFields[src]
impl Debug for ChallengeFieldsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ChallengeFields[src]
impl Clone for ChallengeFieldsfn clone(&self) -> ChallengeFields[src]
fn clone(&self) -> ChallengeFieldsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ChallengeFields[src]
impl PartialEq for ChallengeFieldsfn eq(&self, other: &ChallengeFields) -> bool[src]
fn eq(&self, other: &ChallengeFields) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ChallengeFields) -> bool[src]
fn ne(&self, other: &ChallengeFields) -> boolThis method tests for !=.
impl Eq for ChallengeFields[src]
impl Eq for ChallengeFieldsAuto Trait Implementations
impl Send for ChallengeFields
impl Send for ChallengeFieldsimpl Sync for ChallengeFields
impl Sync for ChallengeFields