pub enum CommentTarget {
Issue(usize),
PullRequest(usize),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentTarget
impl RefUnwindSafe for CommentTarget
impl Send for CommentTarget
impl Sync for CommentTarget
impl Unpin for CommentTarget
impl UnwindSafe for CommentTarget
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