Enum psp::sys::HttpAuthType
source · #[repr(u32)]pub enum HttpAuthType {
Basic,
Digest,
}Variants§
Trait Implementations§
source§impl Clone for HttpAuthType
impl Clone for HttpAuthType
source§fn clone(&self) -> HttpAuthType
fn clone(&self) -> HttpAuthType
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 HttpAuthType
impl Debug for HttpAuthType
impl Copy for HttpAuthType
Auto Trait Implementations§
impl RefUnwindSafe for HttpAuthType
impl Send for HttpAuthType
impl Sync for HttpAuthType
impl Unpin for HttpAuthType
impl UnwindSafe for HttpAuthType
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