Struct slack_chat_api::types::ObjsTeam
source · [−]pub struct ObjsTeam {Show 29 fields
pub archived: bool,
pub avatar_base_url: String,
pub created: i64,
pub date_create: i64,
pub deleted: bool,
pub description: String,
pub discoverable: Vec<TzAnyOf>,
pub domain: String,
pub email_domain: String,
pub enterprise_id: String,
pub enterprise_name: String,
pub external_org_migrations: Option<ExternalOrgMigrations>,
pub has_compliance_export: bool,
pub icon: ObjsIcon,
pub id: String,
pub is_assigned: bool,
pub is_enterprise: i64,
pub is_over_storage_limit: bool,
pub limit_ts: i64,
pub locale: String,
pub messages_count: i64,
pub msg_edit_window_mins: i64,
pub name: String,
pub over_integrations_limit: bool,
pub over_storage_limit: bool,
pub pay_prod_cur: String,
pub plan: Option<Plan>,
pub primary_owner: Option<ObjsPrimaryOwner>,
pub sso_provider: Option<SsoProvider>,
}Fields
archived: boolavatar_base_url: Stringcreated: i64date_create: i64deleted: booldescription: Stringdiscoverable: Vec<TzAnyOf>domain: Stringemail_domain: Stringenterprise_id: Stringenterprise_name: Stringexternal_org_migrations: Option<ExternalOrgMigrations>has_compliance_export: boolicon: ObjsIconid: Stringis_assigned: boolis_enterprise: i64is_over_storage_limit: boollimit_ts: i64locale: Stringmessages_count: i64msg_edit_window_mins: i64name: Stringover_integrations_limit: boolover_storage_limit: boolpay_prod_cur: Stringplan: Option<Plan>primary_owner: Option<ObjsPrimaryOwner>sso_provider: Option<SsoProvider>Trait Implementations
sourceimpl<'de> Deserialize<'de> for ObjsTeam
impl<'de> Deserialize<'de> for ObjsTeam
sourcefn 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
sourceimpl JsonSchema for ObjsTeam
impl JsonSchema for ObjsTeam
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn 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 more
impl StructuralPartialEq for ObjsTeam
Auto Trait Implementations
impl RefUnwindSafe for ObjsTeam
impl Send for ObjsTeam
impl Sync for ObjsTeam
impl Unpin for ObjsTeam
impl UnwindSafe for ObjsTeam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> FutureExt for T
impl<T> FutureExt for T
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more