pub struct EntanglementProofInput {
pub device_key: String,
pub device_key_signed_by_did: String,
pub device_key_type: String,
pub did: String,
pub did_signed_by_device_key: String,
pub did_signing_key_id: String,
}
Fields§
§device_key: String
§device_key_signed_by_did: String
§device_key_type: String
§did: String
§did_signed_by_device_key: String
§did_signing_key_id: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntanglementProofInput
impl RefUnwindSafe for EntanglementProofInput
impl Send for EntanglementProofInput
impl Sync for EntanglementProofInput
impl Unpin for EntanglementProofInput
impl UnwindSafe for EntanglementProofInput
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