pub enum ClientAuthentication {
Post,
Basic,
}Variants§
Trait Implementations§
Source§impl Clone for ClientAuthentication
impl Clone for ClientAuthentication
Source§fn clone(&self) -> ClientAuthentication
fn clone(&self) -> ClientAuthentication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClientAuthentication
Source§impl Debug for ClientAuthentication
impl Debug for ClientAuthentication
Source§impl Default for ClientAuthentication
impl Default for ClientAuthentication
Source§fn default() -> ClientAuthentication
fn default() -> ClientAuthentication
Returns the “default value” for a type. Read more
impl Eq for ClientAuthentication
Source§impl PartialEq for ClientAuthentication
impl PartialEq for ClientAuthentication
Source§fn eq(&self, other: &ClientAuthentication) -> bool
fn eq(&self, other: &ClientAuthentication) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientAuthentication
Auto Trait Implementations§
impl Freeze for ClientAuthentication
impl RefUnwindSafe for ClientAuthentication
impl Send for ClientAuthentication
impl Sync for ClientAuthentication
impl Unpin for ClientAuthentication
impl UnsafeUnpin for ClientAuthentication
impl UnwindSafe for ClientAuthentication
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