pub struct DiffRawScriptsWithDeployedRequest {
pub scripts: HashMap<String, String>,
pub workspace_deps: Option<Vec<DiffRawScriptsWithDeployedRequestWorkspaceDepsInner>>,
}Fields§
§scripts: HashMap<String, String>map of script path to SHA256 content hash
workspace_deps: Option<Vec<DiffRawScriptsWithDeployedRequestWorkspaceDepsInner>>workspace dependencies to diff
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DiffRawScriptsWithDeployedRequest
impl<'de> Deserialize<'de> for DiffRawScriptsWithDeployedRequest
Source§fn 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
impl StructuralPartialEq for DiffRawScriptsWithDeployedRequest
Auto Trait Implementations§
impl Freeze for DiffRawScriptsWithDeployedRequest
impl RefUnwindSafe for DiffRawScriptsWithDeployedRequest
impl Send for DiffRawScriptsWithDeployedRequest
impl Sync for DiffRawScriptsWithDeployedRequest
impl Unpin for DiffRawScriptsWithDeployedRequest
impl UnsafeUnpin for DiffRawScriptsWithDeployedRequest
impl UnwindSafe for DiffRawScriptsWithDeployedRequest
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