pub struct CommitListHeaders {
pub x_has_more: Option<bool>,
pub x_total_count: Option<i64>,
}Fields§
§x_has_more: Option<bool>§x_total_count: 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