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