pub enum GitCredentialKindSchema {
Pat,
SshKey,
}Expand description
Kind of git credential (OpenAPI schema).
Variants§
Trait Implementations§
Source§impl Clone for GitCredentialKindSchema
impl Clone for GitCredentialKindSchema
Source§fn clone(&self) -> GitCredentialKindSchema
fn clone(&self) -> GitCredentialKindSchema
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 ComposeSchema for GitCredentialKindSchema
impl ComposeSchema for GitCredentialKindSchema
Source§impl Debug for GitCredentialKindSchema
impl Debug for GitCredentialKindSchema
Source§impl<'de> Deserialize<'de> for GitCredentialKindSchema
impl<'de> Deserialize<'de> for GitCredentialKindSchema
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
Source§impl PartialEq for GitCredentialKindSchema
impl PartialEq for GitCredentialKindSchema
Source§fn eq(&self, other: &GitCredentialKindSchema) -> bool
fn eq(&self, other: &GitCredentialKindSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GitCredentialKindSchema
impl Serialize for GitCredentialKindSchema
Source§impl ToSchema for GitCredentialKindSchema
impl ToSchema for GitCredentialKindSchema
impl Copy for GitCredentialKindSchema
impl Eq for GitCredentialKindSchema
impl StructuralPartialEq for GitCredentialKindSchema
Auto Trait Implementations§
impl Freeze for GitCredentialKindSchema
impl RefUnwindSafe for GitCredentialKindSchema
impl Send for GitCredentialKindSchema
impl Sync for GitCredentialKindSchema
impl Unpin for GitCredentialKindSchema
impl UnsafeUnpin for GitCredentialKindSchema
impl UnwindSafe for GitCredentialKindSchema
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.