Struct slack_morphism::events::SlackUserChangeEventInit
source · pub struct SlackUserChangeEventInit {
pub user: SlackUser,
pub event_ts: SlackTs,
pub cache_ts: SlackDateTime,
}
Fields§
§user: SlackUser
§event_ts: SlackTs
§cache_ts: SlackDateTime
Trait Implementations§
source§impl From<SlackUserChangeEventInit> for SlackUserChangeEvent
impl From<SlackUserChangeEventInit> for SlackUserChangeEvent
source§fn from(value: SlackUserChangeEventInit) -> Self
fn from(value: SlackUserChangeEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackUserChangeEventInit
impl Send for SlackUserChangeEventInit
impl Sync for SlackUserChangeEventInit
impl Unpin for SlackUserChangeEventInit
impl UnwindSafe for SlackUserChangeEventInit
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