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