pub struct CreateLocationSmbResponse {
pub location_arn: Option<String>,
}
Expand description
CreateLocationSmbResponse
Fields§
§location_arn: Option<String>
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
Trait Implementations§
Source§impl Clone for CreateLocationSmbResponse
impl Clone for CreateLocationSmbResponse
Source§fn clone(&self) -> CreateLocationSmbResponse
fn clone(&self) -> CreateLocationSmbResponse
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 CreateLocationSmbResponse
impl Debug for CreateLocationSmbResponse
Source§impl Default for CreateLocationSmbResponse
impl Default for CreateLocationSmbResponse
Source§fn default() -> CreateLocationSmbResponse
fn default() -> CreateLocationSmbResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLocationSmbResponse
impl<'de> Deserialize<'de> for CreateLocationSmbResponse
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
impl StructuralPartialEq for CreateLocationSmbResponse
Auto Trait Implementations§
impl Freeze for CreateLocationSmbResponse
impl RefUnwindSafe for CreateLocationSmbResponse
impl Send for CreateLocationSmbResponse
impl Sync for CreateLocationSmbResponse
impl Unpin for CreateLocationSmbResponse
impl UnwindSafe for CreateLocationSmbResponse
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