pub struct GitCredentialSummary {
pub id: String,
pub label: String,
pub host: String,
pub path_prefix: String,
pub header_name: String,
pub created_at: String,
pub updated_at: String,
pub last_used_at: Option<String>,
}Expand description
Public metadata for a user-managed git credential.
Fields§
§id: String§label: String§host: String§path_prefix: String§header_name: String§created_at: String§updated_at: String§last_used_at: Option<String>Trait Implementations§
Source§impl Debug for GitCredentialSummary
impl Debug for GitCredentialSummary
Source§impl<'de> Deserialize<'de> for GitCredentialSummary
impl<'de> Deserialize<'de> for GitCredentialSummary
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
Auto Trait Implementations§
impl Freeze for GitCredentialSummary
impl RefUnwindSafe for GitCredentialSummary
impl Send for GitCredentialSummary
impl Sync for GitCredentialSummary
impl Unpin for GitCredentialSummary
impl UnsafeUnpin for GitCredentialSummary
impl UnwindSafe for GitCredentialSummary
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