pub struct TestIgvmAgentRpcServerOutput {
pub exe: PathBuf,
pub pdb: PathBuf,
}Fields§
§exe: PathBuf§pdb: PathBufTrait Implementations§
Source§impl Artifact for TestIgvmAgentRpcServerOutput
impl Artifact for TestIgvmAgentRpcServerOutput
§const TAR_GZ_NAME: Option<&'static str> = None
const TAR_GZ_NAME: Option<&'static str> = None
If present, the published artifact should consist of a tar.gz file
containing the contents of the artifact. Read more
Source§impl<'de> Deserialize<'de> for TestIgvmAgentRpcServerOutput
impl<'de> Deserialize<'de> for TestIgvmAgentRpcServerOutput
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
Auto Trait Implementations§
impl Freeze for TestIgvmAgentRpcServerOutput
impl RefUnwindSafe for TestIgvmAgentRpcServerOutput
impl Send for TestIgvmAgentRpcServerOutput
impl Sync for TestIgvmAgentRpcServerOutput
impl Unpin for TestIgvmAgentRpcServerOutput
impl UnwindSafe for TestIgvmAgentRpcServerOutput
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