pub struct SourceDeployKeyResponse {
pub credential_name: SshCredentialName,
pub public_key: Box<str>,
pub fingerprint: Box<str>,
}Expand description
Public SSH identity derived from the selected protected deploy key.
Fields§
§credential_name: SshCredentialName§public_key: Box<str>§fingerprint: Box<str>Trait Implementations§
Source§impl Clone for SourceDeployKeyResponse
impl Clone for SourceDeployKeyResponse
Source§impl Debug for SourceDeployKeyResponse
impl Debug for SourceDeployKeyResponse
Source§impl<'de> Deserialize<'de> for SourceDeployKeyResponse
impl<'de> Deserialize<'de> for SourceDeployKeyResponse
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 SourceDeployKeyResponse
Source§impl PartialEq for SourceDeployKeyResponse
impl PartialEq for SourceDeployKeyResponse
Source§impl Serialize for SourceDeployKeyResponse
impl Serialize for SourceDeployKeyResponse
impl StructuralPartialEq for SourceDeployKeyResponse
Auto Trait Implementations§
impl Freeze for SourceDeployKeyResponse
impl RefUnwindSafe for SourceDeployKeyResponse
impl Send for SourceDeployKeyResponse
impl Sync for SourceDeployKeyResponse
impl Unpin for SourceDeployKeyResponse
impl UnsafeUnpin for SourceDeployKeyResponse
impl UnwindSafe for SourceDeployKeyResponse
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