pub struct RecoveryParam {
pub wallet_id: String,
pub encryption_context: String,
pub recovery_key: String,
}Fields§
§wallet_id: String§encryption_context: String§recovery_key: StringTrait Implementations§
Source§impl Debug for RecoveryParam
impl Debug for RecoveryParam
Auto Trait Implementations§
impl Freeze for RecoveryParam
impl RefUnwindSafe for RecoveryParam
impl Send for RecoveryParam
impl Sync for RecoveryParam
impl Unpin for RecoveryParam
impl UnwindSafe for RecoveryParam
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