pub struct CredentialUpdateIntentToken {
pub intent_id: String,
}
Fields§
§intent_id: String
Trait Implementations§
source§impl Clone for CredentialUpdateIntentToken
impl Clone for CredentialUpdateIntentToken
source§fn clone(&self) -> CredentialUpdateIntentToken
fn clone(&self) -> CredentialUpdateIntentToken
Returns a copy 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 more