Struct terra_rust_api::messages::staking::ValidatorDescription [−][src]
pub struct ValidatorDescription {
pub details: String,
pub identity: String,
pub moniker: String,
pub security_contact: String,
pub website: String,
}
Expand description
Description of the validator which appears in public on MsgEditValidator messages for fields that don’t change you should put “[do-not-modify]”
Fields
details: String
identity: String
moniker: String
security_contact: String
website: String
Implementations
Trait 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 RefUnwindSafe for ValidatorDescription
impl Send for ValidatorDescription
impl Sync for ValidatorDescription
impl Unpin for ValidatorDescription
impl UnwindSafe for ValidatorDescription
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more