pub struct Reactions { /* private fields */ }
Implementations§
Source§impl Reactions
impl Reactions
pub fn confused<T>(self, value: T) -> Self
pub fn eyes<T>(self, value: T) -> Self
pub fn heart<T>(self, value: T) -> Self
pub fn hooray<T>(self, value: T) -> Self
pub fn laugh<T>(self, value: T) -> Self
pub fn minus1<T>(self, value: T) -> Self
pub fn plus1<T>(self, value: T) -> Self
pub fn rocket<T>(self, value: T) -> Self
pub fn total_count<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reactions
impl RefUnwindSafe for Reactions
impl Send for Reactions
impl Sync for Reactions
impl Unpin for Reactions
impl UnwindSafe for Reactions
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