pub struct SlackTeamProfileField { /* private fields */ }
Implementations§
Source§impl SlackTeamProfileField
impl SlackTeamProfileField
pub fn new(id: SlackTeamProfileFieldId, ordering: i64, label: String) -> Self
Trait Implementations§
Source§impl Clone for SlackTeamProfileField
impl Clone for SlackTeamProfileField
Source§fn clone(&self) -> SlackTeamProfileField
fn clone(&self) -> SlackTeamProfileField
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 SlackTeamProfileField
impl Debug for SlackTeamProfileField
Source§impl<'de> Deserialize<'de> for SlackTeamProfileField
impl<'de> Deserialize<'de> for SlackTeamProfileField
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 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.
Source§impl PartialEq for SlackTeamProfileField
impl PartialEq for SlackTeamProfileField
Source§impl Serialize for SlackTeamProfileField
impl Serialize for SlackTeamProfileField
impl StructuralPartialEq for SlackTeamProfileField
Auto Trait Implementations§
impl Freeze for SlackTeamProfileField
impl RefUnwindSafe for SlackTeamProfileField
impl Send for SlackTeamProfileField
impl Sync for SlackTeamProfileField
impl Unpin for SlackTeamProfileField
impl UnwindSafe for SlackTeamProfileField
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)