pub struct WorkflowRunUsageBillableUbuntu {
pub total_ms: i32,
pub jobs: i32,
pub job_runs: Option<Vec<WorkflowRunUsageBillableUbuntuJobRunsInner>>,
}
Fields§
§total_ms: i32
§jobs: i32
§job_runs: Option<Vec<WorkflowRunUsageBillableUbuntuJobRunsInner>>
Implementations§
Source§impl WorkflowRunUsageBillableUbuntu
impl WorkflowRunUsageBillableUbuntu
pub fn new(total_ms: i32, jobs: i32) -> WorkflowRunUsageBillableUbuntu
Trait Implementations§
Source§impl Clone for WorkflowRunUsageBillableUbuntu
impl Clone for WorkflowRunUsageBillableUbuntu
Source§fn clone(&self) -> WorkflowRunUsageBillableUbuntu
fn clone(&self) -> WorkflowRunUsageBillableUbuntu
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WorkflowRunUsageBillableUbuntu
impl Default for WorkflowRunUsageBillableUbuntu
Source§fn default() -> WorkflowRunUsageBillableUbuntu
fn default() -> WorkflowRunUsageBillableUbuntu
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowRunUsageBillableUbuntu
impl<'de> Deserialize<'de> for WorkflowRunUsageBillableUbuntu
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkflowRunUsageBillableUbuntu
impl PartialEq for WorkflowRunUsageBillableUbuntu
Source§fn eq(&self, other: &WorkflowRunUsageBillableUbuntu) -> bool
fn eq(&self, other: &WorkflowRunUsageBillableUbuntu) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WorkflowRunUsageBillableUbuntu
Auto Trait Implementations§
impl Freeze for WorkflowRunUsageBillableUbuntu
impl RefUnwindSafe for WorkflowRunUsageBillableUbuntu
impl Send for WorkflowRunUsageBillableUbuntu
impl Sync for WorkflowRunUsageBillableUbuntu
impl Unpin for WorkflowRunUsageBillableUbuntu
impl UnwindSafe for WorkflowRunUsageBillableUbuntu
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