pub struct IssueCreateCommand { /* private fields */ }
Expand description
Command for creating an issue
Implementations§
Trait Implementations§
Source§impl GhCommand for IssueCreateCommand
impl GhCommand for IssueCreateCommand
Auto Trait Implementations§
impl Freeze for IssueCreateCommand
impl RefUnwindSafe for IssueCreateCommand
impl Send for IssueCreateCommand
impl Sync for IssueCreateCommand
impl Unpin for IssueCreateCommand
impl UnwindSafe for IssueCreateCommand
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