pub struct UpdateComment {
pub body: String,
}Expand description
Request to update an issue/PR comment.
Fields§
§body: StringNew comment body.
Trait Implementations§
Source§impl Debug for UpdateComment
impl Debug for UpdateComment
Auto Trait Implementations§
impl Freeze for UpdateComment
impl RefUnwindSafe for UpdateComment
impl Send for UpdateComment
impl Sync for UpdateComment
impl Unpin for UpdateComment
impl UnwindSafe for UpdateComment
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