pub struct AttachResultsParams {
pub file_location: String,
}Expand description
Parameters describing how to attach Evergreen test results format to task.
Fields§
§file_location: StringPath to a json file to parse and upload.
Trait Implementations§
Source§impl Clone for AttachResultsParams
impl Clone for AttachResultsParams
Source§fn clone(&self) -> AttachResultsParams
fn clone(&self) -> AttachResultsParams
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 Debug for AttachResultsParams
impl Debug for AttachResultsParams
Source§impl<'de> Deserialize<'de> for AttachResultsParams
impl<'de> Deserialize<'de> for AttachResultsParams
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 AttachResultsParams
impl RefUnwindSafe for AttachResultsParams
impl Send for AttachResultsParams
impl Sync for AttachResultsParams
impl Unpin for AttachResultsParams
impl UnwindSafe for AttachResultsParams
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