Skip to main content

SshKeyRequest

Type Alias SshKeyRequest 

Source
pub type SshKeyRequest<M, V> = Request<M, V>;
Expand description

A type alias with Request<_, SshKey> specific functions.

Aliased Type§

pub struct SshKeyRequest<M, V> { /* private fields */ }

Implementations§

Source§

impl SshKeyRequest<Update, SshKey>

Source

pub fn name<S: AsRef<str> + Display + Serialize>(self, val: S) -> Self

The name to give the new SSH key in your account.

Digital Ocean Documentation.