pub struct SlackApiAuthTestResponseInit {
pub user_id: SlackUserId,
pub team_id: SlackTeamId,
pub team: String,
pub url: SlackTeamUrl,
}
Fields§
§user_id: SlackUserId
§team_id: SlackTeamId
§team: String
§url: SlackTeamUrl
Trait Implementations§
Source§impl From<SlackApiAuthTestResponseInit> for SlackApiAuthTestResponse
impl From<SlackApiAuthTestResponseInit> for SlackApiAuthTestResponse
Source§fn from(value: SlackApiAuthTestResponseInit) -> Self
fn from(value: SlackApiAuthTestResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiAuthTestResponseInit
impl RefUnwindSafe for SlackApiAuthTestResponseInit
impl Send for SlackApiAuthTestResponseInit
impl Sync for SlackApiAuthTestResponseInit
impl Unpin for SlackApiAuthTestResponseInit
impl UnwindSafe for SlackApiAuthTestResponseInit
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