Struct slack_morphism::SlackEnterpriseUserInit
source · pub struct SlackEnterpriseUserInit {
pub id: SlackUserId,
pub enterprise_id: SlackEnterpriseId,
pub flags: SlackUserFlags,
}
Fields§
§id: SlackUserId
§enterprise_id: SlackEnterpriseId
§flags: SlackUserFlags
Trait Implementations§
source§impl From<SlackEnterpriseUserInit> for SlackEnterpriseUser
impl From<SlackEnterpriseUserInit> for SlackEnterpriseUser
source§fn from(value: SlackEnterpriseUserInit) -> Self
fn from(value: SlackEnterpriseUserInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackEnterpriseUserInit
impl Send for SlackEnterpriseUserInit
impl Sync for SlackEnterpriseUserInit
impl Unpin for SlackEnterpriseUserInit
impl UnwindSafe for SlackEnterpriseUserInit
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