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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more