pub struct ByDidAgentByDid {
pub did: String,
pub direct_message_language: Option<String>,
pub perspective: Option<ByDidAgentByDidPerspective>,
}
Fields§
§did: String
§direct_message_language: Option<String>
§perspective: Option<ByDidAgentByDidPerspective>
Trait Implementations§
Source§impl Debug for ByDidAgentByDid
impl Debug for ByDidAgentByDid
Source§impl<'de> Deserialize<'de> for ByDidAgentByDid
impl<'de> Deserialize<'de> for ByDidAgentByDid
Source§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
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.
Auto Trait Implementations§
impl Freeze for ByDidAgentByDid
impl RefUnwindSafe for ByDidAgentByDid
impl Send for ByDidAgentByDid
impl Sync for ByDidAgentByDid
impl Unpin for ByDidAgentByDid
impl UnwindSafe for ByDidAgentByDid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more