pub struct RepoGetActionJobLogsQuery {
pub attempt: Option<i64>,
}Fields§
§attempt: Option<i64>1-based attempt number matching the value of attempt in the job listing; omit to fetch the latest attempt of the job
Trait Implementations§
Source§impl Clone for RepoGetActionJobLogsQuery
impl Clone for RepoGetActionJobLogsQuery
Source§fn clone(&self) -> RepoGetActionJobLogsQuery
fn clone(&self) -> RepoGetActionJobLogsQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepoGetActionJobLogsQuery
impl Debug for RepoGetActionJobLogsQuery
Source§impl Default for RepoGetActionJobLogsQuery
impl Default for RepoGetActionJobLogsQuery
Source§fn default() -> RepoGetActionJobLogsQuery
fn default() -> RepoGetActionJobLogsQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for RepoGetActionJobLogsQuery
impl PartialEq for RepoGetActionJobLogsQuery
Source§fn eq(&self, other: &RepoGetActionJobLogsQuery) -> bool
fn eq(&self, other: &RepoGetActionJobLogsQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RepoGetActionJobLogsQuery
Auto Trait Implementations§
impl Freeze for RepoGetActionJobLogsQuery
impl RefUnwindSafe for RepoGetActionJobLogsQuery
impl Send for RepoGetActionJobLogsQuery
impl Sync for RepoGetActionJobLogsQuery
impl Unpin for RepoGetActionJobLogsQuery
impl UnsafeUnpin for RepoGetActionJobLogsQuery
impl UnwindSafe for RepoGetActionJobLogsQuery
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