pub struct CreateSolutionVersionResponse {
pub solution_version_arn: Option<String>,
}
Fields§
§solution_version_arn: Option<String>
The ARN of the new solution version.
Trait Implementations§
Source§impl Clone for CreateSolutionVersionResponse
impl Clone for CreateSolutionVersionResponse
Source§fn clone(&self) -> CreateSolutionVersionResponse
fn clone(&self) -> CreateSolutionVersionResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CreateSolutionVersionResponse
impl Default for CreateSolutionVersionResponse
Source§fn default() -> CreateSolutionVersionResponse
fn default() -> CreateSolutionVersionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSolutionVersionResponse
impl<'de> Deserialize<'de> for CreateSolutionVersionResponse
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 CreateSolutionVersionResponse
impl PartialEq for CreateSolutionVersionResponse
Source§fn eq(&self, other: &CreateSolutionVersionResponse) -> bool
fn eq(&self, other: &CreateSolutionVersionResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateSolutionVersionResponse
Auto Trait Implementations§
impl Freeze for CreateSolutionVersionResponse
impl RefUnwindSafe for CreateSolutionVersionResponse
impl Send for CreateSolutionVersionResponse
impl Sync for CreateSolutionVersionResponse
impl Unpin for CreateSolutionVersionResponse
impl UnwindSafe for CreateSolutionVersionResponse
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