pub struct NodeDiagnostics {
pub contract_key: Option<ContractKey>,
}
Fields§
§contract_key: Option<ContractKey>
Optional contract key to filter diagnostics for specific contract
Trait Implementations§
Source§impl Clone for NodeDiagnostics
impl Clone for NodeDiagnostics
Source§fn clone(&self) -> NodeDiagnostics
fn clone(&self) -> NodeDiagnostics
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NodeDiagnostics
impl Debug for NodeDiagnostics
Source§impl<'de> Deserialize<'de> for NodeDiagnostics
impl<'de> Deserialize<'de> for NodeDiagnostics
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 NodeDiagnostics
impl RefUnwindSafe for NodeDiagnostics
impl Send for NodeDiagnostics
impl Sync for NodeDiagnostics
impl Unpin for NodeDiagnostics
impl UnwindSafe for NodeDiagnostics
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