pub struct SlackEventAuthorizationInit {
pub team_id: SlackTeamId,
pub user_id: SlackUserId,
}Fields
team_id: SlackTeamIduser_id: SlackUserIdTrait Implementations
sourceimpl From<SlackEventAuthorizationInit> for SlackEventAuthorization
impl From<SlackEventAuthorizationInit> for SlackEventAuthorization
sourcefn 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
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