pub struct SlackOAuthV2AuthedUserInit {
pub id: SlackUserId,
}
Fields§
§id: SlackUserId
Trait Implementations§
Source§impl From<SlackOAuthV2AuthedUserInit> for SlackOAuthV2AuthedUser
impl From<SlackOAuthV2AuthedUserInit> for SlackOAuthV2AuthedUser
Source§fn from(value: SlackOAuthV2AuthedUserInit) -> Self
fn from(value: SlackOAuthV2AuthedUserInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackOAuthV2AuthedUserInit
impl RefUnwindSafe for SlackOAuthV2AuthedUserInit
impl Send for SlackOAuthV2AuthedUserInit
impl Sync for SlackOAuthV2AuthedUserInit
impl Unpin for SlackOAuthV2AuthedUserInit
impl UnwindSafe for SlackOAuthV2AuthedUserInit
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