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