Struct ad4m_client::types::Agent
source · pub struct Agent {
pub did: String,
pub direct_message_language: Option<String>,
pub perspective: Option<Perspective>,
}Fields§
§did: String§direct_message_language: Option<String>§perspective: Option<Perspective>Trait Implementations§
source§impl From<ByDidAgentByDid> for Agent
impl From<ByDidAgentByDid> for Agent
source§fn from(agent: ByDidAgentByDid) -> Self
fn from(agent: ByDidAgentByDid) -> Self
Converts to this type from the input type.