Struct ad4m_client::types::PerspectiveExpression
source · pub struct PerspectiveExpression {
pub author: String,
pub data: Perspective,
pub proof: ExpressionProof,
pub timestamp: String,
}Fields§
§data: Perspective§proof: ExpressionProof§timestamp: StringTrait Implementations§
source§impl Debug for PerspectiveExpression
impl Debug for PerspectiveExpression
source§impl From<MessageInboxRuntimeMessageInbox> for PerspectiveExpression
impl From<MessageInboxRuntimeMessageInbox> for PerspectiveExpression
source§fn from(perspective_expression: MessageInboxRuntimeMessageInbox) -> Self
fn from(perspective_expression: MessageInboxRuntimeMessageInbox) -> Self
Converts to this type from the input type.