pub struct SlackTeamProfileFieldInit {
pub id: SlackTeamProfileFieldId,
pub ordering: i64,
pub label: String,
}Fields
id: SlackTeamProfileFieldIdordering: i64label: StringTrait Implementations
sourceimpl From<SlackTeamProfileFieldInit> for SlackTeamProfileField
impl From<SlackTeamProfileFieldInit> for SlackTeamProfileField
sourcefn from(value: SlackTeamProfileFieldInit) -> Self
fn from(value: SlackTeamProfileFieldInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackTeamProfileFieldInit
impl Send for SlackTeamProfileFieldInit
impl Sync for SlackTeamProfileFieldInit
impl Unpin for SlackTeamProfileFieldInit
impl UnwindSafe for SlackTeamProfileFieldInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more