pub struct RunReceipt {
pub schema_version: u32,
pub generated_at_ms: u128,
pub lang_file: String,
pub module_file: String,
pub export_file: String,
}Fields§
§schema_version: u32§generated_at_ms: u128§lang_file: String§module_file: String§export_file: StringTrait Implementations§
Source§impl Clone for RunReceipt
impl Clone for RunReceipt
Source§fn clone(&self) -> RunReceipt
fn clone(&self) -> RunReceipt
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 RunReceipt
impl Debug for RunReceipt
Source§impl<'de> Deserialize<'de> for RunReceipt
impl<'de> Deserialize<'de> for RunReceipt
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 RunReceipt
impl RefUnwindSafe for RunReceipt
impl Send for RunReceipt
impl Sync for RunReceipt
impl Unpin for RunReceipt
impl UnsafeUnpin for RunReceipt
impl UnwindSafe for RunReceipt
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