pub struct AzureReleaseClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ReleaseClient for AzureReleaseClient
impl ReleaseClient for AzureReleaseClient
fn list(&self, owner: &str, _repo: &str, limit: usize) -> Result<Vec<Release>>
fn get(&self, owner: &str, _repo: &str, tag_or_id: &str) -> Result<Release>
Auto Trait Implementations§
impl Freeze for AzureReleaseClient
impl RefUnwindSafe for AzureReleaseClient
impl Send for AzureReleaseClient
impl Sync for AzureReleaseClient
impl Unpin for AzureReleaseClient
impl UnsafeUnpin for AzureReleaseClient
impl UnwindSafe for AzureReleaseClient
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