pub struct UnpinnedActionRef {
pub workflow_file: String,
pub action_ref: String,
}Fields§
§workflow_file: String§action_ref: StringTrait Implementations§
Source§impl Clone for UnpinnedActionRef
impl Clone for UnpinnedActionRef
Source§fn clone(&self) -> UnpinnedActionRef
fn clone(&self) -> UnpinnedActionRef
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 UnpinnedActionRef
impl Debug for UnpinnedActionRef
Source§impl<'de> Deserialize<'de> for UnpinnedActionRef
impl<'de> Deserialize<'de> for UnpinnedActionRef
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 UnpinnedActionRef
impl PartialEq for UnpinnedActionRef
Source§impl Serialize for UnpinnedActionRef
impl Serialize for UnpinnedActionRef
impl Eq for UnpinnedActionRef
impl StructuralPartialEq for UnpinnedActionRef
Auto Trait Implementations§
impl Freeze for UnpinnedActionRef
impl RefUnwindSafe for UnpinnedActionRef
impl Send for UnpinnedActionRef
impl Sync for UnpinnedActionRef
impl Unpin for UnpinnedActionRef
impl UnsafeUnpin for UnpinnedActionRef
impl UnwindSafe for UnpinnedActionRef
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