pub struct IntegrationMappingSlackOptions {
pub is_access_management_disabled: Option<bool>,
}Fields§
§is_access_management_disabled: Option<bool>Trait Implementations§
Source§impl Clone for IntegrationMappingSlackOptions
impl Clone for IntegrationMappingSlackOptions
Source§fn clone(&self) -> IntegrationMappingSlackOptions
fn clone(&self) -> IntegrationMappingSlackOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IntegrationMappingSlackOptions
impl Default for IntegrationMappingSlackOptions
Source§fn default() -> IntegrationMappingSlackOptions
fn default() -> IntegrationMappingSlackOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationMappingSlackOptions
impl<'de> Deserialize<'de> for IntegrationMappingSlackOptions
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 IntegrationMappingSlackOptions
Auto Trait Implementations§
impl Freeze for IntegrationMappingSlackOptions
impl RefUnwindSafe for IntegrationMappingSlackOptions
impl Send for IntegrationMappingSlackOptions
impl Sync for IntegrationMappingSlackOptions
impl Unpin for IntegrationMappingSlackOptions
impl UnsafeUnpin for IntegrationMappingSlackOptions
impl UnwindSafe for IntegrationMappingSlackOptions
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