pub struct ManagedIdentity {
pub controller_did: IdentityDID,
pub storage_id: String,
pub metadata: Option<Value>,
}Fields§
§controller_did: IdentityDID§storage_id: String§metadata: Option<Value>Trait Implementations§
Source§impl Clone for ManagedIdentity
impl Clone for ManagedIdentity
Source§fn clone(&self) -> ManagedIdentity
fn clone(&self) -> ManagedIdentity
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 moreAuto Trait Implementations§
impl Freeze for ManagedIdentity
impl RefUnwindSafe for ManagedIdentity
impl Send for ManagedIdentity
impl Sync for ManagedIdentity
impl Unpin for ManagedIdentity
impl UnsafeUnpin for ManagedIdentity
impl UnwindSafe for ManagedIdentity
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