pub struct SlackStarAddedEvent {
pub user: SlackUserId,
pub item: SlackStarsItem,
pub event_ts: SlackTs,
}
Fields§
§user: SlackUserId
§item: SlackStarsItem
§event_ts: SlackTs
Implementations§
Source§impl SlackStarAddedEvent
impl SlackStarAddedEvent
pub fn new(user: SlackUserId, item: SlackStarsItem, event_ts: SlackTs) -> Self
pub fn user(&mut self, value: SlackUserId) -> &mut Self
pub fn with_user(self, value: SlackUserId) -> Self
pub fn item(&mut self, value: SlackStarsItem) -> &mut Self
pub fn with_item(self, value: SlackStarsItem) -> Self
pub fn event_ts(&mut self, value: SlackTs) -> &mut Self
pub fn with_event_ts(self, value: SlackTs) -> Self
Trait Implementations§
Source§impl Clone for SlackStarAddedEvent
impl Clone for SlackStarAddedEvent
Source§fn clone(&self) -> SlackStarAddedEvent
fn clone(&self) -> SlackStarAddedEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SlackStarAddedEvent
impl Debug for SlackStarAddedEvent
Source§impl<'de> Deserialize<'de> for SlackStarAddedEvent
impl<'de> Deserialize<'de> for SlackStarAddedEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SlackStarAddedEventInit> for SlackStarAddedEvent
impl From<SlackStarAddedEventInit> for SlackStarAddedEvent
Source§fn from(value: SlackStarAddedEventInit) -> Self
fn from(value: SlackStarAddedEventInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackStarAddedEvent
impl PartialEq for SlackStarAddedEvent
Source§impl Serialize for SlackStarAddedEvent
impl Serialize for SlackStarAddedEvent
impl StructuralPartialEq for SlackStarAddedEvent
Auto Trait Implementations§
impl Freeze for SlackStarAddedEvent
impl RefUnwindSafe for SlackStarAddedEvent
impl Send for SlackStarAddedEvent
impl Sync for SlackStarAddedEvent
impl Unpin for SlackStarAddedEvent
impl UnwindSafe for SlackStarAddedEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)