Struct slack_morphism::SlackUserInit
source · pub struct SlackUserInit {
pub id: SlackUserId,
pub team_id: SlackTeamId,
pub flags: SlackUserFlags,
}Fields
id: SlackUserIdteam_id: SlackTeamIdflags: SlackUserFlagsTrait Implementations
sourceimpl From<SlackUserInit> for SlackUser
impl From<SlackUserInit> for SlackUser
sourcefn from(value: SlackUserInit) -> Self
fn from(value: SlackUserInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackUserInit
impl Send for SlackUserInit
impl Sync for SlackUserInit
impl Unpin for SlackUserInit
impl UnwindSafe for SlackUserInit
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