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