pub struct CreateLocationFsxWindowsResponse {
pub location_arn: Option<String>,
}
Fields§
§location_arn: Option<String>
The Amazon Resource Name (ARN) of the FSx for Windows file system location that is created.
Trait Implementations§
Source§impl Clone for CreateLocationFsxWindowsResponse
impl Clone for CreateLocationFsxWindowsResponse
Source§fn clone(&self) -> CreateLocationFsxWindowsResponse
fn clone(&self) -> CreateLocationFsxWindowsResponse
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 Default for CreateLocationFsxWindowsResponse
impl Default for CreateLocationFsxWindowsResponse
Source§fn default() -> CreateLocationFsxWindowsResponse
fn default() -> CreateLocationFsxWindowsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLocationFsxWindowsResponse
impl<'de> Deserialize<'de> for CreateLocationFsxWindowsResponse
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 CreateLocationFsxWindowsResponse
impl PartialEq for CreateLocationFsxWindowsResponse
Source§fn eq(&self, other: &CreateLocationFsxWindowsResponse) -> bool
fn eq(&self, other: &CreateLocationFsxWindowsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateLocationFsxWindowsResponse
Auto Trait Implementations§
impl Freeze for CreateLocationFsxWindowsResponse
impl RefUnwindSafe for CreateLocationFsxWindowsResponse
impl Send for CreateLocationFsxWindowsResponse
impl Sync for CreateLocationFsxWindowsResponse
impl Unpin for CreateLocationFsxWindowsResponse
impl UnwindSafe for CreateLocationFsxWindowsResponse
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