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