pub struct CachePluginResult {
pub path: String,
pub manifest: Value,
pub git_commit_sha: Option<String>,
}Expand description
Result of caching a plugin.
Fields§
§path: String§manifest: Value§git_commit_sha: Option<String>Auto Trait Implementations§
impl Freeze for CachePluginResult
impl RefUnwindSafe for CachePluginResult
impl Send for CachePluginResult
impl Sync for CachePluginResult
impl Unpin for CachePluginResult
impl UnsafeUnpin for CachePluginResult
impl UnwindSafe for CachePluginResult
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