Struct forgejo_api::structs::CommitListHeaders
source · pub struct CommitListHeaders {
pub x_has_more: Option<bool>,
pub x_page: Option<i64>,
pub x_page_count: Option<i64>,
pub x_per_page: Option<i64>,
pub x_total: Option<i64>,
}Fields§
§x_has_more: Option<bool>§x_page: Option<i64>§x_page_count: Option<i64>§x_per_page: Option<i64>§x_total: Option<i64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitListHeaders
impl RefUnwindSafe for CommitListHeaders
impl Send for CommitListHeaders
impl Sync for CommitListHeaders
impl Unpin for CommitListHeaders
impl UnwindSafe for CommitListHeaders
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