pub struct ActionBranding {
pub color: Option<String>,
pub icon: Option<String>,
}Expand description
Action Branding
https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#branding
Fields§
§color: Option<String>Color
icon: Option<String>Icon
Trait Implementations§
Source§impl Clone for ActionBranding
impl Clone for ActionBranding
Source§fn clone(&self) -> ActionBranding
fn clone(&self) -> ActionBranding
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 ActionBranding
impl Debug for ActionBranding
Source§impl Default for ActionBranding
impl Default for ActionBranding
Source§fn default() -> ActionBranding
fn default() -> ActionBranding
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionBranding
impl<'de> Deserialize<'de> for ActionBranding
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 ActionBranding
impl PartialEq for ActionBranding
Source§impl Serialize for ActionBranding
impl Serialize for ActionBranding
impl StructuralPartialEq for ActionBranding
Auto Trait Implementations§
impl Freeze for ActionBranding
impl RefUnwindSafe for ActionBranding
impl Send for ActionBranding
impl Sync for ActionBranding
impl Unpin for ActionBranding
impl UnwindSafe for ActionBranding
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