Struct slack_morphism::api::SlackOAuthV2AuthedUserInit
source · [−]pub struct SlackOAuthV2AuthedUserInit {
pub id: SlackUserId,
}Fields
id: SlackUserIdTrait Implementations
sourceimpl From<SlackOAuthV2AuthedUserInit> for SlackOAuthV2AuthedUser
impl From<SlackOAuthV2AuthedUserInit> for SlackOAuthV2AuthedUser
sourcefn from(value: SlackOAuthV2AuthedUserInit) -> Self
fn from(value: SlackOAuthV2AuthedUserInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackOAuthV2AuthedUserInit
impl Send for SlackOAuthV2AuthedUserInit
impl Sync for SlackOAuthV2AuthedUserInit
impl Unpin for SlackOAuthV2AuthedUserInit
impl UnwindSafe for SlackOAuthV2AuthedUserInit
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