pub struct MicrosoftTeamsSettingsInput {
pub tenant_name: Option<String>,
}Fields§
§tenant_name: Option<String>The display name of the Azure AD tenant.
Trait Implementations§
Source§impl Clone for MicrosoftTeamsSettingsInput
impl Clone for MicrosoftTeamsSettingsInput
Source§fn clone(&self) -> MicrosoftTeamsSettingsInput
fn clone(&self) -> MicrosoftTeamsSettingsInput
Returns a duplicate 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 MicrosoftTeamsSettingsInput
impl Debug for MicrosoftTeamsSettingsInput
Source§impl Default for MicrosoftTeamsSettingsInput
impl Default for MicrosoftTeamsSettingsInput
Source§fn default() -> MicrosoftTeamsSettingsInput
fn default() -> MicrosoftTeamsSettingsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MicrosoftTeamsSettingsInput
impl<'de> Deserialize<'de> for MicrosoftTeamsSettingsInput
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§
impl Freeze for MicrosoftTeamsSettingsInput
impl RefUnwindSafe for MicrosoftTeamsSettingsInput
impl Send for MicrosoftTeamsSettingsInput
impl Sync for MicrosoftTeamsSettingsInput
impl Unpin for MicrosoftTeamsSettingsInput
impl UnwindSafe for MicrosoftTeamsSettingsInput
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