pub struct BitbucketClient { /* private fields */ }Implementations§
Source§impl BitbucketClient
impl BitbucketClient
pub fn new(auth: BitbucketAuth) -> Self
pub async fn get_pull_requests( &self, workspace: &str, repo_slug: &str, ) -> Result<Vec<BitbucketPullRequest>>
pub async fn test_connection(&self) -> Result<()>
Auto Trait Implementations§
impl !RefUnwindSafe for BitbucketClient
impl !UnwindSafe for BitbucketClient
impl Freeze for BitbucketClient
impl Send for BitbucketClient
impl Sync for BitbucketClient
impl Unpin for BitbucketClient
impl UnsafeUnpin for BitbucketClient
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