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