Struct slack_morphism::api::SlackApiTeamInfoResponseInit
source · [−]pub struct SlackApiTeamInfoResponseInit {
pub team: SlackTeamInfo,
}Fields
team: SlackTeamInfoTrait Implementations
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.
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
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