pub struct DeleteIssueCommentPayload;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteIssueCommentPayload
impl RefUnwindSafe for DeleteIssueCommentPayload
impl Send for DeleteIssueCommentPayload
impl Sync for DeleteIssueCommentPayload
impl Unpin for DeleteIssueCommentPayload
impl UnwindSafe for DeleteIssueCommentPayload
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