pub struct CommentMergeRequestBodyArgs {
pub id: i64,
pub comment: String,
}
Fields§
§id: i64
§comment: String
Implementations§
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