pub struct PostReactionsCreateForTeamDiscussionLegacy {
pub content: Option<String>,
}Fields§
§content: Option<String>The reaction type to add to the team discussion.
Trait Implementations§
Source§impl Clone for PostReactionsCreateForTeamDiscussionLegacy
impl Clone for PostReactionsCreateForTeamDiscussionLegacy
Source§fn clone(&self) -> PostReactionsCreateForTeamDiscussionLegacy
fn clone(&self) -> PostReactionsCreateForTeamDiscussionLegacy
Returns a duplicate 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 Default for PostReactionsCreateForTeamDiscussionLegacy
impl Default for PostReactionsCreateForTeamDiscussionLegacy
Source§fn default() -> PostReactionsCreateForTeamDiscussionLegacy
fn default() -> PostReactionsCreateForTeamDiscussionLegacy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostReactionsCreateForTeamDiscussionLegacy
impl<'de> Deserialize<'de> for PostReactionsCreateForTeamDiscussionLegacy
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 PartialEq for PostReactionsCreateForTeamDiscussionLegacy
impl PartialEq for PostReactionsCreateForTeamDiscussionLegacy
Source§fn eq(&self, other: &PostReactionsCreateForTeamDiscussionLegacy) -> bool
fn eq(&self, other: &PostReactionsCreateForTeamDiscussionLegacy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostReactionsCreateForTeamDiscussionLegacy
Auto Trait Implementations§
impl Freeze for PostReactionsCreateForTeamDiscussionLegacy
impl RefUnwindSafe for PostReactionsCreateForTeamDiscussionLegacy
impl Send for PostReactionsCreateForTeamDiscussionLegacy
impl Sync for PostReactionsCreateForTeamDiscussionLegacy
impl Unpin for PostReactionsCreateForTeamDiscussionLegacy
impl UnwindSafe for PostReactionsCreateForTeamDiscussionLegacy
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