pub struct SlackTeamProfile {
pub fields: Vec<SlackTeamProfileField>,
}
Fields§
§fields: Vec<SlackTeamProfileField>
Implementations§
Source§impl SlackTeamProfile
impl SlackTeamProfile
pub fn new(fields: Vec<SlackTeamProfileField>) -> Self
pub fn fields(&mut self, value: Vec<SlackTeamProfileField>) -> &mut Self
pub fn with_fields(self, value: Vec<SlackTeamProfileField>) -> Self
Trait Implementations§
Source§impl Clone for SlackTeamProfile
impl Clone for SlackTeamProfile
Source§fn clone(&self) -> SlackTeamProfile
fn clone(&self) -> SlackTeamProfile
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 SlackTeamProfile
impl Debug for SlackTeamProfile
Source§impl<'de> Deserialize<'de> for SlackTeamProfile
impl<'de> Deserialize<'de> for SlackTeamProfile
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<SlackTeamProfileInit> for SlackTeamProfile
impl From<SlackTeamProfileInit> for SlackTeamProfile
Source§fn from(value: SlackTeamProfileInit) -> Self
fn from(value: SlackTeamProfileInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackTeamProfile
impl PartialEq for SlackTeamProfile
Source§impl Serialize for SlackTeamProfile
impl Serialize for SlackTeamProfile
impl StructuralPartialEq for SlackTeamProfile
Auto Trait Implementations§
impl Freeze for SlackTeamProfile
impl RefUnwindSafe for SlackTeamProfile
impl Send for SlackTeamProfile
impl Sync for SlackTeamProfile
impl Unpin for SlackTeamProfile
impl UnwindSafe for SlackTeamProfile
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
)