pub struct TracesConfigWithSerde {
pub original: TableCommitmentConfigWithSerde,
pub interaction: TableCommitmentConfigWithSerde,
}Fields§
§original: TableCommitmentConfigWithSerde§interaction: TableCommitmentConfigWithSerdeTrait Implementations§
Source§impl Clone for TracesConfigWithSerde
impl Clone for TracesConfigWithSerde
Source§fn clone(&self) -> TracesConfigWithSerde
fn clone(&self) -> TracesConfigWithSerde
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 TracesConfigWithSerde
impl Debug for TracesConfigWithSerde
Source§impl Encode for TracesConfigWithSerde
impl Encode for TracesConfigWithSerde
Source§impl From<Config> for TracesConfigWithSerde
impl From<Config> for TracesConfigWithSerde
Source§fn from(value: SwiftnessTracesConfig) -> Self
fn from(value: SwiftnessTracesConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TracesConfigWithSerde
impl RefUnwindSafe for TracesConfigWithSerde
impl Send for TracesConfigWithSerde
impl Sync for TracesConfigWithSerde
impl Unpin for TracesConfigWithSerde
impl UnwindSafe for TracesConfigWithSerde
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