pub struct RepositoryListHeaders {
pub x_total_count: Option<i64>,
}Fields§
§x_total_count: Option<i64>Trait Implementations§
Source§impl CountHeader for RepositoryListHeaders
impl CountHeader for RepositoryListHeaders
Auto Trait Implementations§
impl Freeze for RepositoryListHeaders
impl RefUnwindSafe for RepositoryListHeaders
impl Send for RepositoryListHeaders
impl Sync for RepositoryListHeaders
impl Unpin for RepositoryListHeaders
impl UnwindSafe for RepositoryListHeaders
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