[−][src]Struct rusoto_storagegateway::DescribeSMBSettingsOutput
Fields
domain_name: Option<String>
The name of the domain that the gateway is joined to.
gateway_arn: Option<String>
smb_guest_password_set: Option<bool>
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
smb_security_strategy: Option<String>
The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
Trait Implementations
impl PartialEq<DescribeSMBSettingsOutput> for DescribeSMBSettingsOutput
[src]
fn eq(&self, other: &DescribeSMBSettingsOutput) -> bool
[src]
fn ne(&self, other: &DescribeSMBSettingsOutput) -> bool
[src]
impl Default for DescribeSMBSettingsOutput
[src]
impl Clone for DescribeSMBSettingsOutput
[src]
fn clone(&self) -> DescribeSMBSettingsOutput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeSMBSettingsOutput
[src]
impl<'de> Deserialize<'de> for DescribeSMBSettingsOutput
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeSMBSettingsOutput
impl Sync for DescribeSMBSettingsOutput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self