pub struct AgentIdentityRecord {
pub did: String,
pub name: String,
pub framework: String,
pub expires_at: String,
pub registry_url: String,
}Fields§
§did: String§name: String§framework: String§expires_at: String§registry_url: StringTrait Implementations§
Source§impl Clone for AgentIdentityRecord
impl Clone for AgentIdentityRecord
Source§fn clone(&self) -> AgentIdentityRecord
fn clone(&self) -> AgentIdentityRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentIdentityRecord
impl Debug for AgentIdentityRecord
Source§impl<'de> Deserialize<'de> for AgentIdentityRecord
impl<'de> Deserialize<'de> for AgentIdentityRecord
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 PartialEq for AgentIdentityRecord
impl PartialEq for AgentIdentityRecord
Source§impl Serialize for AgentIdentityRecord
impl Serialize for AgentIdentityRecord
impl Eq for AgentIdentityRecord
impl StructuralPartialEq for AgentIdentityRecord
Auto Trait Implementations§
impl Freeze for AgentIdentityRecord
impl RefUnwindSafe for AgentIdentityRecord
impl Send for AgentIdentityRecord
impl Sync for AgentIdentityRecord
impl Unpin for AgentIdentityRecord
impl UnsafeUnpin for AgentIdentityRecord
impl UnwindSafe for AgentIdentityRecord
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