Struct ad4m_client::types::SentPerspectiveMessage
source · pub struct SentPerspectiveMessage {
pub recipient: String,
pub message: PerspectiveExpression,
}Fields§
§recipient: String§message: PerspectiveExpressionTrait Implementations§
source§impl From<MessageOutboxRuntimeMessageOutbox> for SentPerspectiveMessage
impl From<MessageOutboxRuntimeMessageOutbox> for SentPerspectiveMessage
source§fn from(message: MessageOutboxRuntimeMessageOutbox) -> Self
fn from(message: MessageOutboxRuntimeMessageOutbox) -> Self
Converts to this type from the input type.