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