pub struct CommentArgs {
pub owner: String,
pub repo: String,
pub issue: i64,
pub body: String,
}
Fields§
§owner: String
§repo: String
§issue: i64
§body: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentArgs
impl RefUnwindSafe for CommentArgs
impl Send for CommentArgs
impl Sync for CommentArgs
impl Unpin for CommentArgs
impl UnwindSafe for CommentArgs
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