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