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