pub struct SlackTeamProfileFieldInit {
pub id: SlackTeamProfileFieldId,
pub ordering: i64,
pub label: String,
}
Fields§
§id: SlackTeamProfileFieldId
§ordering: i64
§label: String
Trait 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.
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§
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