pub enum HMACAuthInfoHost {
HttpsGitHubCom,
}Expand description
Authentication host. HMAC auth always targets the public GitHub host.
Variants§
HttpsGitHubCom
Trait Implementations§
Source§impl Clone for HMACAuthInfoHost
impl Clone for HMACAuthInfoHost
Source§fn clone(&self) -> HMACAuthInfoHost
fn clone(&self) -> HMACAuthInfoHost
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 moreSource§impl Debug for HMACAuthInfoHost
impl Debug for HMACAuthInfoHost
Source§impl Default for HMACAuthInfoHost
impl Default for HMACAuthInfoHost
Source§fn default() -> HMACAuthInfoHost
fn default() -> HMACAuthInfoHost
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HMACAuthInfoHost
impl<'de> Deserialize<'de> for HMACAuthInfoHost
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HMACAuthInfoHost
Source§impl PartialEq for HMACAuthInfoHost
impl PartialEq for HMACAuthInfoHost
Source§fn eq(&self, other: &HMACAuthInfoHost) -> bool
fn eq(&self, other: &HMACAuthInfoHost) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HMACAuthInfoHost
impl Serialize for HMACAuthInfoHost
impl StructuralPartialEq for HMACAuthInfoHost
Auto Trait Implementations§
impl Freeze for HMACAuthInfoHost
impl RefUnwindSafe for HMACAuthInfoHost
impl Send for HMACAuthInfoHost
impl Sync for HMACAuthInfoHost
impl Unpin for HMACAuthInfoHost
impl UnsafeUnpin for HMACAuthInfoHost
impl UnwindSafe for HMACAuthInfoHost
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