#[repr(u32)]pub enum PspHttpAuthType {
PSP_HTTP_AUTH_BASIC = 0,
PSP_HTTP_AUTH_DIGEST = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PspHttpAuthType
impl Clone for PspHttpAuthType
Source§fn clone(&self) -> PspHttpAuthType
fn clone(&self) -> PspHttpAuthType
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 moreSource§impl Debug for PspHttpAuthType
impl Debug for PspHttpAuthType
Source§impl Hash for PspHttpAuthType
impl Hash for PspHttpAuthType
Source§impl PartialEq for PspHttpAuthType
impl PartialEq for PspHttpAuthType
impl Copy for PspHttpAuthType
impl Eq for PspHttpAuthType
impl StructuralPartialEq for PspHttpAuthType
Auto Trait Implementations§
impl Freeze for PspHttpAuthType
impl RefUnwindSafe for PspHttpAuthType
impl Send for PspHttpAuthType
impl Sync for PspHttpAuthType
impl Unpin for PspHttpAuthType
impl UnsafeUnpin for PspHttpAuthType
impl UnwindSafe for PspHttpAuthType
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