pub struct CommentMergeRequestListBodyArgs {
pub id: i64,
pub list_args: Option<ListBodyArgs>,
}Fields§
§id: i64§list_args: Option<ListBodyArgs>Implementations§
Auto Trait Implementations§
impl Freeze for CommentMergeRequestListBodyArgs
impl RefUnwindSafe for CommentMergeRequestListBodyArgs
impl Send for CommentMergeRequestListBodyArgs
impl Sync for CommentMergeRequestListBodyArgs
impl Unpin for CommentMergeRequestListBodyArgs
impl UnsafeUnpin for CommentMergeRequestListBodyArgs
impl UnwindSafe for CommentMergeRequestListBodyArgs
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