pub enum GhCliAuthInfoType {
GhCli,
}Expand description
Authentication via the gh CLI’s saved credentials.
Variants§
GhCli
Trait Implementations§
Source§impl Clone for GhCliAuthInfoType
impl Clone for GhCliAuthInfoType
Source§fn clone(&self) -> GhCliAuthInfoType
fn clone(&self) -> GhCliAuthInfoType
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 GhCliAuthInfoType
impl Debug for GhCliAuthInfoType
Source§impl Default for GhCliAuthInfoType
impl Default for GhCliAuthInfoType
Source§fn default() -> GhCliAuthInfoType
fn default() -> GhCliAuthInfoType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GhCliAuthInfoType
impl<'de> Deserialize<'de> for GhCliAuthInfoType
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 GhCliAuthInfoType
Source§impl PartialEq for GhCliAuthInfoType
impl PartialEq for GhCliAuthInfoType
Source§fn eq(&self, other: &GhCliAuthInfoType) -> bool
fn eq(&self, other: &GhCliAuthInfoType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GhCliAuthInfoType
impl Serialize for GhCliAuthInfoType
impl StructuralPartialEq for GhCliAuthInfoType
Auto Trait Implementations§
impl Freeze for GhCliAuthInfoType
impl RefUnwindSafe for GhCliAuthInfoType
impl Send for GhCliAuthInfoType
impl Sync for GhCliAuthInfoType
impl Unpin for GhCliAuthInfoType
impl UnsafeUnpin for GhCliAuthInfoType
impl UnwindSafe for GhCliAuthInfoType
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