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