pub struct RadicleIssueClient;Implementations§
Trait Implementations§
Source§impl IssueClient for RadicleIssueClient
impl IssueClient for RadicleIssueClient
fn list(&self, _o: &str, _r: &str, state: &str) -> Result<Vec<Issue>>
fn create(&self, _o: &str, _r: &str, opts: CreateIssueOptions) -> Result<Issue>
fn close(&self, _o: &str, _r: &str, number: u64) -> Result<()>
fn comment(&self, _o: &str, _r: &str, number: u64, _body: &str) -> Result<()>
Auto Trait Implementations§
impl Freeze for RadicleIssueClient
impl RefUnwindSafe for RadicleIssueClient
impl Send for RadicleIssueClient
impl Sync for RadicleIssueClient
impl Unpin for RadicleIssueClient
impl UnsafeUnpin for RadicleIssueClient
impl UnwindSafe for RadicleIssueClient
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