pub struct CachePluginResult {
pub path: String,
pub manifest: Value,
pub git_commit_sha: Option<String>,
}Expand description
Cache plugin result
Fields§
§path: String§manifest: Value§git_commit_sha: Option<String>Trait Implementations§
Source§impl Clone for CachePluginResult
impl Clone for CachePluginResult
Source§fn clone(&self) -> CachePluginResult
fn clone(&self) -> CachePluginResult
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 moreAuto 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