pub struct AgentInspectResult {
pub did: String,
pub owner_did: String,
pub expires_at: String,
pub key_id: String,
pub public_key: String,
pub framework: String,
}Fields§
§did: String§owner_did: String§expires_at: String§key_id: String§public_key: String§framework: StringTrait Implementations§
Source§impl Clone for AgentInspectResult
impl Clone for AgentInspectResult
Source§fn clone(&self) -> AgentInspectResult
fn clone(&self) -> AgentInspectResult
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 AgentInspectResult
impl Debug for AgentInspectResult
Source§impl PartialEq for AgentInspectResult
impl PartialEq for AgentInspectResult
Source§impl Serialize for AgentInspectResult
impl Serialize for AgentInspectResult
impl Eq for AgentInspectResult
impl StructuralPartialEq for AgentInspectResult
Auto Trait Implementations§
impl Freeze for AgentInspectResult
impl RefUnwindSafe for AgentInspectResult
impl Send for AgentInspectResult
impl Sync for AgentInspectResult
impl Unpin for AgentInspectResult
impl UnsafeUnpin for AgentInspectResult
impl UnwindSafe for AgentInspectResult
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