Struct diem_rest_client::dpn::DiemConfig [−][src]
pub struct DiemConfig<T> {
pub payload: T,
}Fields
payload: TTrait Implementations
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<T> RefUnwindSafe for DiemConfig<T> where
T: RefUnwindSafe,
impl<T> Send for DiemConfig<T> where
T: Send,
impl<T> Sync for DiemConfig<T> where
T: Sync,
impl<T> Unpin for DiemConfig<T> where
T: Unpin,
impl<T> UnwindSafe for DiemConfig<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.