Struct slack_morphism::api::SlackApiTeamInfoResponseInit
source · pub struct SlackApiTeamInfoResponseInit {
pub team: SlackTeamInfo,
}
Fields§
§team: SlackTeamInfo
Trait Implementations§
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.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiTeamInfoResponseInit
impl Send for SlackApiTeamInfoResponseInit
impl Sync for SlackApiTeamInfoResponseInit
impl Unpin for SlackApiTeamInfoResponseInit
impl UnwindSafe for SlackApiTeamInfoResponseInit
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