Struct wick_config::config::test_case::InherentConfig
source · pub struct InherentConfig { /* private fields */ }Expand description
Data inherent to transactions.
Implementations§
Trait Implementations§
source§impl Clone for InherentConfig
impl Clone for InherentConfig
source§fn clone(&self) -> InherentConfig
fn clone(&self) -> InherentConfig
Returns a copy 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 InherentConfig
impl Debug for InherentConfig
source§impl Default for InherentConfig
impl Default for InherentConfig
source§fn default() -> InherentConfig
fn default() -> InherentConfig
Returns the “default value” for a type. Read more
source§impl From<InherentConfig> for InherentData
impl From<InherentConfig> for InherentData
source§fn from(value: InherentConfig) -> Self
fn from(value: InherentConfig) -> Self
Converts to this type from the input type.
source§impl From<InherentData> for InherentConfig
impl From<InherentData> for InherentConfig
source§fn from(value: InherentData) -> Self
fn from(value: InherentData) -> Self
Converts to this type from the input type.
source§impl PartialEq<InherentConfig> for InherentConfig
impl PartialEq<InherentConfig> for InherentConfig
source§fn eq(&self, other: &InherentConfig) -> bool
fn eq(&self, other: &InherentConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for InherentConfig
impl Serialize for InherentConfig
impl Copy for InherentConfig
impl StructuralPartialEq for InherentConfig
Auto Trait Implementations§
impl RefUnwindSafe for InherentConfig
impl Send for InherentConfig
impl Sync for InherentConfig
impl Unpin for InherentConfig
impl UnwindSafe for InherentConfig
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