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