pub struct SlackApiTeamProfileGetResponseInit {
pub profile: SlackTeamProfile,
}
Fields§
§profile: SlackTeamProfile
Trait Implementations§
source§impl From<SlackApiTeamProfileGetResponseInit> for SlackApiTeamProfileGetResponse
impl From<SlackApiTeamProfileGetResponseInit> for SlackApiTeamProfileGetResponse
source§fn from(value: SlackApiTeamProfileGetResponseInit) -> Self
fn from(value: SlackApiTeamProfileGetResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiTeamProfileGetResponseInit
impl Send for SlackApiTeamProfileGetResponseInit
impl Sync for SlackApiTeamProfileGetResponseInit
impl Unpin for SlackApiTeamProfileGetResponseInit
impl UnwindSafe for SlackApiTeamProfileGetResponseInit
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