pub struct DeleteSshKeyParams {
pub id: i64,
}Expand description
struct for passing parameters to the method delete_ssh_key
Fields§
§id: i64ID of the SSH Key.
Trait Implementations§
Source§impl Clone for DeleteSshKeyParams
impl Clone for DeleteSshKeyParams
Source§fn clone(&self) -> DeleteSshKeyParams
fn clone(&self) -> DeleteSshKeyParams
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 DeleteSshKeyParams
impl Debug for DeleteSshKeyParams
Source§impl Default for DeleteSshKeyParams
impl Default for DeleteSshKeyParams
Source§fn default() -> DeleteSshKeyParams
fn default() -> DeleteSshKeyParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteSshKeyParams
impl RefUnwindSafe for DeleteSshKeyParams
impl Send for DeleteSshKeyParams
impl Sync for DeleteSshKeyParams
impl Unpin for DeleteSshKeyParams
impl UnsafeUnpin for DeleteSshKeyParams
impl UnwindSafe for DeleteSshKeyParams
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