Struct slack_morphism::api::SlackApiTeamInfoResponse
source · pub struct SlackApiTeamInfoResponse {
pub team: SlackTeamInfo,
}Fields
team: SlackTeamInfoImplementations
sourceimpl 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
sourceimpl Clone for SlackApiTeamInfoResponse
impl Clone for SlackApiTeamInfoResponse
sourcefn clone(&self) -> SlackApiTeamInfoResponse
fn clone(&self) -> SlackApiTeamInfoResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SlackApiTeamInfoResponse
impl Debug for SlackApiTeamInfoResponse
sourceimpl<'de> Deserialize<'de> for SlackApiTeamInfoResponse
impl<'de> Deserialize<'de> for SlackApiTeamInfoResponse
sourcefn 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
sourceimpl From<SlackApiTeamInfoResponseInit> for SlackApiTeamInfoResponse
impl From<SlackApiTeamInfoResponseInit> for SlackApiTeamInfoResponse
sourcefn from(value: SlackApiTeamInfoResponseInit) -> Self
fn from(value: SlackApiTeamInfoResponseInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackApiTeamInfoResponse> for SlackApiTeamInfoResponse
impl PartialEq<SlackApiTeamInfoResponse> for SlackApiTeamInfoResponse
sourcefn eq(&self, other: &SlackApiTeamInfoResponse) -> bool
fn eq(&self, other: &SlackApiTeamInfoResponse) -> bool
sourceimpl Serialize for SlackApiTeamInfoResponse
impl Serialize for SlackApiTeamInfoResponse
impl StructuralPartialEq for SlackApiTeamInfoResponse
Auto Trait Implementations
impl RefUnwindSafe for SlackApiTeamInfoResponse
impl Send for SlackApiTeamInfoResponse
impl Sync for SlackApiTeamInfoResponse
impl Unpin for SlackApiTeamInfoResponse
impl UnwindSafe for SlackApiTeamInfoResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more