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