pub struct DiscussionCommentEditedChangesBody { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DiscussionCommentEditedChangesBody
impl Clone for DiscussionCommentEditedChangesBody
Source§fn clone(&self) -> DiscussionCommentEditedChangesBody
fn clone(&self) -> DiscussionCommentEditedChangesBody
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 From<DiscussionCommentEditedChangesBody> for DiscussionCommentEditedChangesBody
impl From<DiscussionCommentEditedChangesBody> for DiscussionCommentEditedChangesBody
Source§fn from(value: DiscussionCommentEditedChangesBody) -> Self
fn from(value: DiscussionCommentEditedChangesBody) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiscussionCommentEditedChangesBody
impl RefUnwindSafe for DiscussionCommentEditedChangesBody
impl Send for DiscussionCommentEditedChangesBody
impl Sync for DiscussionCommentEditedChangesBody
impl Unpin for DiscussionCommentEditedChangesBody
impl UnwindSafe for DiscussionCommentEditedChangesBody
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