#[repr(u32)]pub enum SecAuthenticationType {
NTLM,
MSN,
DPA,
RPA,
HTTPBasic,
HTTPDigest,
HTMLForm,
Default,
Any,
}
Variants§
Trait Implementations§
source§impl Clone for SecAuthenticationType
impl Clone for SecAuthenticationType
source§fn clone(&self) -> SecAuthenticationType
fn clone(&self) -> SecAuthenticationType
Returns a copy 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 moresource§impl Debug for SecAuthenticationType
impl Debug for SecAuthenticationType
source§impl PartialEq<SecAuthenticationType> for SecAuthenticationType
impl PartialEq<SecAuthenticationType> for SecAuthenticationType
source§fn eq(&self, other: &SecAuthenticationType) -> bool
fn eq(&self, other: &SecAuthenticationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecAuthenticationType
impl Eq for SecAuthenticationType
impl StructuralEq for SecAuthenticationType
impl StructuralPartialEq for SecAuthenticationType
Auto Trait Implementations§
impl RefUnwindSafe for SecAuthenticationType
impl Send for SecAuthenticationType
impl Sync for SecAuthenticationType
impl Unpin for SecAuthenticationType
impl UnwindSafe for SecAuthenticationType
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