pub struct AdapterTrace {
pub adapter_id: String,
pub adapter_hash: String,
pub merged: bool,
}Expand description
Adapter trace for local runs.
Fields§
§adapter_id: String§adapter_hash: String§merged: boolTrait Implementations§
Source§impl Clone for AdapterTrace
impl Clone for AdapterTrace
Source§fn clone(&self) -> AdapterTrace
fn clone(&self) -> AdapterTrace
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 AdapterTrace
impl Debug for AdapterTrace
Source§impl<'de> Deserialize<'de> for AdapterTrace
impl<'de> Deserialize<'de> for AdapterTrace
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 AdapterTrace
impl RefUnwindSafe for AdapterTrace
impl Send for AdapterTrace
impl Sync for AdapterTrace
impl Unpin for AdapterTrace
impl UnwindSafe for AdapterTrace
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