pub struct BadgeClient { /* private fields */ }Expand description
Badge API 客户端
Implementations§
Source§impl BadgeClient
impl BadgeClient
Sourcepub async fn get_repo_badge_list(
&self,
repo: String,
request_data: Value,
) -> Result<Value>
pub async fn get_repo_badge_list( &self, repo: String, request_data: Value, ) -> Result<Value>
获取徽章列表数据。List badge data
Auto Trait Implementations§
impl !RefUnwindSafe for BadgeClient
impl !UnwindSafe for BadgeClient
impl Freeze for BadgeClient
impl Send for BadgeClient
impl Sync for BadgeClient
impl Unpin for BadgeClient
impl UnsafeUnpin for BadgeClient
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