Struct gha_toolkit::cache::ArtifactCacheEntry
source · [−]pub struct ArtifactCacheEntry {
pub cache_key: Option<String>,
pub scope: Option<String>,
pub creation_time: Option<String>,
pub archive_location: Option<String>,
}Fields
cache_key: Option<String>scope: Option<String>creation_time: Option<String>archive_location: Option<String>Trait Implementations
sourceimpl<'de> Deserialize<'de> for ArtifactCacheEntry
impl<'de> Deserialize<'de> for ArtifactCacheEntry
sourcefn 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
sourceimpl Serialize for ArtifactCacheEntry
impl Serialize for ArtifactCacheEntry
Auto Trait Implementations
impl RefUnwindSafe for ArtifactCacheEntry
impl Send for ArtifactCacheEntry
impl Sync for ArtifactCacheEntry
impl Unpin for ArtifactCacheEntry
impl UnwindSafe for ArtifactCacheEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more