pub struct SlackApiTeamProfileGetResponseInit {
pub profile: SlackTeamProfile,
}Fields
profile: SlackTeamProfileTrait Implementations
sourceimpl From<SlackApiTeamProfileGetResponseInit> for SlackApiTeamProfileGetResponse
impl From<SlackApiTeamProfileGetResponseInit> for SlackApiTeamProfileGetResponse
sourcefn 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
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