pub struct VersionRequest {
pub slug: String,
pub name: String,
}Expand description
Returns a specific version of a project. Requires the view_public_info permission in the project or owning organization.
Fields§
§slug: StringThe slug of the project to return the version for
name: StringThe name of the version to return
Implementations§
Trait Implementations§
Source§impl Debug for VersionRequest
impl Debug for VersionRequest
Source§impl HangarRequest for VersionRequest
impl HangarRequest for VersionRequest
Auto Trait Implementations§
impl Freeze for VersionRequest
impl RefUnwindSafe for VersionRequest
impl Send for VersionRequest
impl Sync for VersionRequest
impl Unpin for VersionRequest
impl UnwindSafe for VersionRequest
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