Struct gr::cmds::merge_request::CommentMergeRequestBodyArgs
source · pub struct CommentMergeRequestBodyArgs {
pub id: i64,
pub comment: String,
}Fields§
§id: i64§comment: StringImplementations§
Auto Trait Implementations§
impl Freeze for CommentMergeRequestBodyArgs
impl RefUnwindSafe for CommentMergeRequestBodyArgs
impl Send for CommentMergeRequestBodyArgs
impl Sync for CommentMergeRequestBodyArgs
impl Unpin for CommentMergeRequestBodyArgs
impl UnwindSafe for CommentMergeRequestBodyArgs
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