Struct slack_morphism::SlackReactionInit
source · pub struct SlackReactionInit {
pub name: String,
pub count: usize,
pub users: Vec<SlackUserId>,
}Fields
name: Stringcount: usizeusers: Vec<SlackUserId>Trait Implementations
sourceimpl From<SlackReactionInit> for SlackReaction
impl From<SlackReactionInit> for SlackReaction
sourcefn from(value: SlackReactionInit) -> Self
fn from(value: SlackReactionInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackReactionInit
impl Send for SlackReactionInit
impl Sync for SlackReactionInit
impl Unpin for SlackReactionInit
impl UnwindSafe for SlackReactionInit
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