pub enum HMACAuthInfoType {
Hmac,
}Expand description
HMAC-based authentication used by GitHub-internal services.
Variants§
Hmac
Trait Implementations§
Source§impl Clone for HMACAuthInfoType
impl Clone for HMACAuthInfoType
Source§fn clone(&self) -> HMACAuthInfoType
fn clone(&self) -> HMACAuthInfoType
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 HMACAuthInfoType
impl Debug for HMACAuthInfoType
Source§impl Default for HMACAuthInfoType
impl Default for HMACAuthInfoType
Source§fn default() -> HMACAuthInfoType
fn default() -> HMACAuthInfoType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HMACAuthInfoType
impl<'de> Deserialize<'de> for HMACAuthInfoType
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 HMACAuthInfoType
Source§impl PartialEq for HMACAuthInfoType
impl PartialEq for HMACAuthInfoType
Source§fn eq(&self, other: &HMACAuthInfoType) -> bool
fn eq(&self, other: &HMACAuthInfoType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HMACAuthInfoType
impl Serialize for HMACAuthInfoType
impl StructuralPartialEq for HMACAuthInfoType
Auto Trait Implementations§
impl Freeze for HMACAuthInfoType
impl RefUnwindSafe for HMACAuthInfoType
impl Send for HMACAuthInfoType
impl Sync for HMACAuthInfoType
impl Unpin for HMACAuthInfoType
impl UnsafeUnpin for HMACAuthInfoType
impl UnwindSafe for HMACAuthInfoType
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