pub struct RuntimeFile {
pub path: RepoPath,
pub role: RuntimeRole,
pub git_mode: GitMode,
pub file_sha256: Digest,
}Expand description
One runtime file of the reviewed action closure: a regular blob in the pinned action tree with its exact mode and plain SHA-256.
Fields§
§path: RepoPath§role: RuntimeRole§git_mode: GitMode§file_sha256: DigestTrait Implementations§
Source§impl Clone for RuntimeFile
impl Clone for RuntimeFile
Source§fn clone(&self) -> RuntimeFile
fn clone(&self) -> RuntimeFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeFile
impl Debug for RuntimeFile
impl Eq for RuntimeFile
Source§impl PartialEq for RuntimeFile
impl PartialEq for RuntimeFile
impl StructuralPartialEq for RuntimeFile
Auto Trait Implementations§
impl Freeze for RuntimeFile
impl RefUnwindSafe for RuntimeFile
impl Send for RuntimeFile
impl Sync for RuntimeFile
impl Unpin for RuntimeFile
impl UnsafeUnpin for RuntimeFile
impl UnwindSafe for RuntimeFile
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