pub struct SignSshPublicKeyResponse {
pub signed_ssh_public_key: Option<String>,
}Expand description
There is no detailed description.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- projects locations sign ssh public key users (response)
- projects zones sign ssh public key users (response)
Fields§
§signed_ssh_public_key: Option<String>The signed SSH public key to use in the SSH handshake.
Trait Implementations§
Source§impl Clone for SignSshPublicKeyResponse
impl Clone for SignSshPublicKeyResponse
Source§fn clone(&self) -> SignSshPublicKeyResponse
fn clone(&self) -> SignSshPublicKeyResponse
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 SignSshPublicKeyResponse
impl Debug for SignSshPublicKeyResponse
Source§impl Default for SignSshPublicKeyResponse
impl Default for SignSshPublicKeyResponse
Source§fn default() -> SignSshPublicKeyResponse
fn default() -> SignSshPublicKeyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignSshPublicKeyResponse
impl<'de> Deserialize<'de> for SignSshPublicKeyResponse
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 ResponseResult for SignSshPublicKeyResponse
Auto Trait Implementations§
impl Freeze for SignSshPublicKeyResponse
impl RefUnwindSafe for SignSshPublicKeyResponse
impl Send for SignSshPublicKeyResponse
impl Sync for SignSshPublicKeyResponse
impl Unpin for SignSshPublicKeyResponse
impl UnsafeUnpin for SignSshPublicKeyResponse
impl UnwindSafe for SignSshPublicKeyResponse
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