pub struct UsesEntry {
pub line: usize,
pub value: String,
}Expand description
워크플로 파일에서 발견된 uses: 한 건.
Fields§
§line: usize1부터 시작하는 행 번호.
value: String따옴표·주석이 제거된 참조 값 (예: actions/checkout@v4).
Auto Trait Implementations§
impl Freeze for UsesEntry
impl RefUnwindSafe for UsesEntry
impl Send for UsesEntry
impl Sync for UsesEntry
impl Unpin for UsesEntry
impl UnsafeUnpin for UsesEntry
impl UnwindSafe for UsesEntry
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