Struct slack_morphism::prelude::SlackTeamProfileFieldInit
source · pub struct SlackTeamProfileFieldInit {
pub id: SlackTeamProfileFieldId,
pub ordering: i64,
pub label: String,
}Fields§
§id: SlackTeamProfileFieldId§ordering: i64§label: StringTrait Implementations§
source§impl From<SlackTeamProfileFieldInit> for SlackTeamProfileField
impl From<SlackTeamProfileFieldInit> for SlackTeamProfileField
source§fn from(value: SlackTeamProfileFieldInit) -> Self
fn from(value: SlackTeamProfileFieldInit) -> Self
Converts to this type from the input type.