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