Struct slack_chat_api::types::ObjsSubteam
source · pub struct ObjsSubteam {Show 21 fields
pub auto_provision: bool,
pub auto_type: Vec<AutoTypeAnyOf>,
pub channel_count: i64,
pub created_by: String,
pub date_create: i64,
pub date_delete: i64,
pub date_update: i64,
pub deleted_by: Vec<DeletedByAnyOf>,
pub description: String,
pub enterprise_subteam_id: String,
pub handle: String,
pub id: String,
pub is_external: bool,
pub is_subteam: bool,
pub is_usergroup: bool,
pub name: String,
pub prefs: Prefs,
pub team_id: String,
pub updated_by: String,
pub user_count: i64,
pub users: Vec<String>,
}Fields§
§auto_provision: bool§auto_type: Vec<AutoTypeAnyOf>§channel_count: i64§created_by: String§date_create: i64§date_delete: i64§date_update: i64§deleted_by: Vec<DeletedByAnyOf>§description: String§enterprise_subteam_id: String§handle: String§id: String§is_external: bool§is_subteam: bool§is_usergroup: bool§name: String§prefs: Prefs§team_id: String§updated_by: String§user_count: i64§users: Vec<String>Trait Implementations§
source§impl Clone for ObjsSubteam
impl Clone for ObjsSubteam
source§fn clone(&self) -> ObjsSubteam
fn clone(&self) -> ObjsSubteam
Returns a copy 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 ObjsSubteam
impl Debug for ObjsSubteam
source§impl<'de> Deserialize<'de> for ObjsSubteam
impl<'de> Deserialize<'de> for ObjsSubteam
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 JsonSchema for ObjsSubteam
impl JsonSchema for ObjsSubteam
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresource§impl PartialEq<ObjsSubteam> for ObjsSubteam
impl PartialEq<ObjsSubteam> for ObjsSubteam
source§fn eq(&self, other: &ObjsSubteam) -> bool
fn eq(&self, other: &ObjsSubteam) -> bool
This method tests for
self and other values to be equal, and is used
by ==.