pub struct CommentMergeRequestCliArgs {
pub id: i64,
pub comment: Option<String>,
pub comment_from_file: Option<String>,
}
Fields§
§id: i64
§comment: Option<String>
§comment_from_file: Option<String>
Implementations§
Auto Trait Implementations§
impl Freeze for CommentMergeRequestCliArgs
impl RefUnwindSafe for CommentMergeRequestCliArgs
impl Send for CommentMergeRequestCliArgs
impl Sync for CommentMergeRequestCliArgs
impl Unpin for CommentMergeRequestCliArgs
impl UnwindSafe for CommentMergeRequestCliArgs
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