pub struct CredentialUpdateIntentToken {
pub intent_id: String,
}
Fields
intent_id: String
Trait Implementations
sourceimpl Clone for CredentialUpdateIntentToken
impl Clone for CredentialUpdateIntentToken
sourcefn clone(&self) -> CredentialUpdateIntentToken
fn clone(&self) -> CredentialUpdateIntentToken
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for CredentialUpdateIntentToken
impl Send for CredentialUpdateIntentToken
impl Sync for CredentialUpdateIntentToken
impl Unpin for CredentialUpdateIntentToken
impl UnwindSafe for CredentialUpdateIntentToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more