pub struct Repositories { /* private fields */ }Implementations§
Source§impl Repositories
impl Repositories
pub fn new<P>(ops: AzureClient, project: P) -> Self
Sourcepub fn create(&self, repo: &RepoOptions) -> Future<RepoCreateReponse>
pub fn create(&self, repo: &RepoOptions) -> Future<RepoCreateReponse>
Create a new repository
Sourcepub fn list(&self, options: &RepoListOptions) -> Future<ReposResponse>
pub fn list(&self, options: &RepoListOptions) -> Future<ReposResponse>
list the authenticated users repositories
https://docs.microsoft.com/en-us/rest/api/azure/devops/git/repositories/list?view=azure-devops-rest-5.1
Auto Trait Implementations§
impl Freeze for Repositories
impl !RefUnwindSafe for Repositories
impl Send for Repositories
impl Sync for Repositories
impl Unpin for Repositories
impl UnsafeUnpin for Repositories
impl !UnwindSafe for Repositories
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