Struct azure_mgmt_datamigration::package_2021_06::models::FileShare
source · pub struct FileShare {
pub user_name: Option<String>,
pub password: Option<String>,
pub path: String,
}
Expand description
File share information with Path, Username, and Password.
Fields§
§user_name: Option<String>
User name credential to connect to the share location
password: Option<String>
Password credential used to connect to the share location.
path: String
The folder path for this share.
Implementations§
Trait Implementations§
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
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more