Struct ethcontract_common::contract::Documentation [−][src]
Expand description
A contract’s documentation.
Fields
details: Option<String>Contract documentation
methods: HashMap<String, DocEntry>Contract method documentation.
Trait Implementations
Returns the “default value” for a type. Read more
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 RefUnwindSafe for Documentationimpl Send for Documentationimpl Sync for Documentationimpl Unpin for Documentationimpl UnwindSafe for DocumentationBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self