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 Clone for DiffRawScriptsWithDeployedRequest
impl Clone for DiffRawScriptsWithDeployedRequest
Source§fn clone(&self) -> DiffRawScriptsWithDeployedRequest
fn clone(&self) -> DiffRawScriptsWithDeployedRequest
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 moreSource§impl Default for DiffRawScriptsWithDeployedRequest
impl Default for DiffRawScriptsWithDeployedRequest
Source§fn default() -> DiffRawScriptsWithDeployedRequest
fn default() -> DiffRawScriptsWithDeployedRequest
Returns the “default value” for a type. Read more
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
Source§impl PartialEq for DiffRawScriptsWithDeployedRequest
impl PartialEq for DiffRawScriptsWithDeployedRequest
Source§fn eq(&self, other: &DiffRawScriptsWithDeployedRequest) -> bool
fn eq(&self, other: &DiffRawScriptsWithDeployedRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.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