pub struct WorkflowRunUsageBillable {
pub ubuntu: Option<Box<WorkflowRunUsageBillableUbuntu>>,
pub macos: Option<Box<WorkflowRunUsageBillableUbuntu>>,
pub windows: Option<Box<WorkflowRunUsageBillableUbuntu>>,
}
Fields§
§ubuntu: Option<Box<WorkflowRunUsageBillableUbuntu>>
§macos: Option<Box<WorkflowRunUsageBillableUbuntu>>
§windows: Option<Box<WorkflowRunUsageBillableUbuntu>>
Implementations§
Source§impl WorkflowRunUsageBillable
impl WorkflowRunUsageBillable
pub fn new() -> WorkflowRunUsageBillable
Trait Implementations§
Source§impl Clone for WorkflowRunUsageBillable
impl Clone for WorkflowRunUsageBillable
Source§fn clone(&self) -> WorkflowRunUsageBillable
fn clone(&self) -> WorkflowRunUsageBillable
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 Debug for WorkflowRunUsageBillable
impl Debug for WorkflowRunUsageBillable
Source§impl Default for WorkflowRunUsageBillable
impl Default for WorkflowRunUsageBillable
Source§fn default() -> WorkflowRunUsageBillable
fn default() -> WorkflowRunUsageBillable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowRunUsageBillable
impl<'de> Deserialize<'de> for WorkflowRunUsageBillable
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 WorkflowRunUsageBillable
impl PartialEq for WorkflowRunUsageBillable
Source§impl Serialize for WorkflowRunUsageBillable
impl Serialize for WorkflowRunUsageBillable
impl StructuralPartialEq for WorkflowRunUsageBillable
Auto Trait Implementations§
impl Freeze for WorkflowRunUsageBillable
impl RefUnwindSafe for WorkflowRunUsageBillable
impl Send for WorkflowRunUsageBillable
impl Sync for WorkflowRunUsageBillable
impl Unpin for WorkflowRunUsageBillable
impl UnwindSafe for WorkflowRunUsageBillable
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