Enum ockam_entity::IdentityResponse
source ·
[−]pub enum IdentityResponse {
Show 18 variants
AddKey,
CreateProfile(ProfileIdentifier),
CreateAuthenticationProof(AuthenticationProof),
GetPublicKey(PublicKey),
GetProfilePublicKey(PublicKey),
GetProfileSecretKey(Secret),
GetSecretKey(Secret),
GetChanges(Changes),
Contacts(Vec<Contact>),
GetContact(MaybeContact),
VerifyAuthenticationProof(bool),
VerifyContact(bool),
VerifyAndUpdateContact(bool),
VerifyChanges(bool),
VerifyAndAddContact(bool),
CreateSecureChannelListener,
CreateSecureChannel(Address),
Lease(Lease),
}Variants
AddKey
CreateProfile(ProfileIdentifier)
Tuple Fields
CreateAuthenticationProof(AuthenticationProof)
Tuple Fields
GetPublicKey(PublicKey)
Tuple Fields
0: PublicKeyGetProfilePublicKey(PublicKey)
Tuple Fields
0: PublicKeyGetProfileSecretKey(Secret)
Tuple Fields
0: SecretGetSecretKey(Secret)
Tuple Fields
0: SecretGetChanges(Changes)
Tuple Fields
0: ChangesContacts(Vec<Contact>)
GetContact(MaybeContact)
Tuple Fields
0: MaybeContactVerifyAuthenticationProof(bool)
Tuple Fields
0: boolVerifyContact(bool)
Tuple Fields
0: boolVerifyAndUpdateContact(bool)
Tuple Fields
0: boolVerifyChanges(bool)
Tuple Fields
0: boolVerifyAndAddContact(bool)
Tuple Fields
0: boolCreateSecureChannelListener
CreateSecureChannel(Address)
Tuple Fields
0: AddressLease(Lease)
Tuple Fields
0: LeaseTrait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for IdentityResponse
impl Send for IdentityResponse
impl Sync for IdentityResponse
impl Unpin for IdentityResponse
impl UnwindSafe for IdentityResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
