pub struct ProvidePublicKeyRequest {
pub check_expectation_action_uuid: Option<ConstructDid>,
pub message: String,
pub namespace: String,
pub network_id: String,
}Fields§
§check_expectation_action_uuid: Option<ConstructDid>§message: String§namespace: String§network_id: StringTrait Implementations§
Source§impl Clone for ProvidePublicKeyRequest
impl Clone for ProvidePublicKeyRequest
Source§fn clone(&self) -> ProvidePublicKeyRequest
fn clone(&self) -> ProvidePublicKeyRequest
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 ProvidePublicKeyRequest
impl Debug for ProvidePublicKeyRequest
Source§impl<'de> Deserialize<'de> for ProvidePublicKeyRequest
impl<'de> Deserialize<'de> for ProvidePublicKeyRequest
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 ProvidePublicKeyRequest
impl PartialEq for ProvidePublicKeyRequest
Source§impl Serialize for ProvidePublicKeyRequest
impl Serialize for ProvidePublicKeyRequest
impl StructuralPartialEq for ProvidePublicKeyRequest
Auto Trait Implementations§
impl Freeze for ProvidePublicKeyRequest
impl RefUnwindSafe for ProvidePublicKeyRequest
impl Send for ProvidePublicKeyRequest
impl Sync for ProvidePublicKeyRequest
impl Unpin for ProvidePublicKeyRequest
impl UnwindSafe for ProvidePublicKeyRequest
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