pub struct VcsApi { /* private fields */ }Expand description
VCS endpoint namespace.
Implementations§
Source§impl VcsApi
impl VcsApi
pub async fn get(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VcsApi
impl !RefUnwindSafe for VcsApi
impl Send for VcsApi
impl Sync for VcsApi
impl Unpin for VcsApi
impl UnsafeUnpin for VcsApi
impl !UnwindSafe for VcsApi
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