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