pub struct CreateUseCaseResponse {
pub use_case_arn: Option<String>,
pub use_case_id: Option<String>,
}
Fields§
§use_case_arn: Option<String>
The Amazon Resource Name (ARN) for the use case.
use_case_id: Option<String>
The identifier of the use case.
Trait Implementations§
Source§impl Clone for CreateUseCaseResponse
impl Clone for CreateUseCaseResponse
Source§fn clone(&self) -> CreateUseCaseResponse
fn clone(&self) -> CreateUseCaseResponse
Returns a copy 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 Debug for CreateUseCaseResponse
impl Debug for CreateUseCaseResponse
Source§impl Default for CreateUseCaseResponse
impl Default for CreateUseCaseResponse
Source§fn default() -> CreateUseCaseResponse
fn default() -> CreateUseCaseResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateUseCaseResponse
impl<'de> Deserialize<'de> for CreateUseCaseResponse
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 CreateUseCaseResponse
impl PartialEq for CreateUseCaseResponse
impl StructuralPartialEq for CreateUseCaseResponse
Auto Trait Implementations§
impl Freeze for CreateUseCaseResponse
impl RefUnwindSafe for CreateUseCaseResponse
impl Send for CreateUseCaseResponse
impl Sync for CreateUseCaseResponse
impl Unpin for CreateUseCaseResponse
impl UnwindSafe for CreateUseCaseResponse
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