pub struct TeamMemberSettings {
pub allow_create_update_channels: bool,
pub allow_delete_channels: bool,
pub allow_add_remove_apps: bool,
pub allow_create_update_remove_tabs: bool,
pub allow_create_update_remove_connectors: bool,
}
Fields§
§allow_create_update_channels: bool
§allow_delete_channels: bool
§allow_add_remove_apps: bool
§allow_create_update_remove_tabs: bool
§allow_create_update_remove_connectors: bool
Trait Implementations§
Source§impl Clone for TeamMemberSettings
impl Clone for TeamMemberSettings
Source§fn clone(&self) -> TeamMemberSettings
fn clone(&self) -> TeamMemberSettings
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 TeamMemberSettings
impl Debug for TeamMemberSettings
Source§impl<'de> Deserialize<'de> for TeamMemberSettings
impl<'de> Deserialize<'de> for TeamMemberSettings
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
Source§impl PartialEq for TeamMemberSettings
impl PartialEq for TeamMemberSettings
Source§impl Serialize for TeamMemberSettings
impl Serialize for TeamMemberSettings
impl Eq for TeamMemberSettings
impl StructuralPartialEq for TeamMemberSettings
Auto Trait Implementations§
impl Freeze for TeamMemberSettings
impl RefUnwindSafe for TeamMemberSettings
impl Send for TeamMemberSettings
impl Sync for TeamMemberSettings
impl Unpin for TeamMemberSettings
impl UnwindSafe for TeamMemberSettings
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