pub struct CreateKey201Response {
pub ssh_key: Box<SshKey>,
pub response_id: Uuid,
}Fields§
§ssh_key: Box<SshKey>§response_id: UuidID запроса, который можно указывать при обращении в службу технической поддержки, чтобы помочь определить проблему.
Implementations§
Source§impl CreateKey201Response
impl CreateKey201Response
pub fn new(ssh_key: SshKey, response_id: Uuid) -> CreateKey201Response
Trait Implementations§
Source§impl Clone for CreateKey201Response
impl Clone for CreateKey201Response
Source§fn clone(&self) -> CreateKey201Response
fn clone(&self) -> CreateKey201Response
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 CreateKey201Response
impl Debug for CreateKey201Response
Source§impl Default for CreateKey201Response
impl Default for CreateKey201Response
Source§fn default() -> CreateKey201Response
fn default() -> CreateKey201Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateKey201Response
impl<'de> Deserialize<'de> for CreateKey201Response
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
Source§impl PartialEq for CreateKey201Response
impl PartialEq for CreateKey201Response
Source§fn eq(&self, other: &CreateKey201Response) -> bool
fn eq(&self, other: &CreateKey201Response) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateKey201Response
impl Serialize for CreateKey201Response
impl StructuralPartialEq for CreateKey201Response
Auto Trait Implementations§
impl Freeze for CreateKey201Response
impl RefUnwindSafe for CreateKey201Response
impl Send for CreateKey201Response
impl Sync for CreateKey201Response
impl Unpin for CreateKey201Response
impl UnsafeUnpin for CreateKey201Response
impl UnwindSafe for CreateKey201Response
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