pub struct ListGitCredentialsResponse {
pub credentials: Vec<GitCredentialSummary>,
}Expand description
Response for GET /api/auth/git-credentials.
Fields§
§credentials: Vec<GitCredentialSummary>Trait Implementations§
Source§impl Debug for ListGitCredentialsResponse
impl Debug for ListGitCredentialsResponse
Source§impl<'de> Deserialize<'de> for ListGitCredentialsResponse
impl<'de> Deserialize<'de> for ListGitCredentialsResponse
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 ListGitCredentialsResponse
impl RefUnwindSafe for ListGitCredentialsResponse
impl Send for ListGitCredentialsResponse
impl Sync for ListGitCredentialsResponse
impl Unpin for ListGitCredentialsResponse
impl UnsafeUnpin for ListGitCredentialsResponse
impl UnwindSafe for ListGitCredentialsResponse
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