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