pub struct KeyRelatedParams {
pub protocol: Protocol,
pub key_id: String,
pub counterparty: Counterparty,
pub privileged: Option<bool>,
pub privileged_reason: String,
}Expand description
Common parameters for key-related wallet operations.
Fields§
§protocol: Protocol§key_id: String§counterparty: Counterparty§privileged: Option<bool>§privileged_reason: StringAuto Trait Implementations§
impl Freeze for KeyRelatedParams
impl !RefUnwindSafe for KeyRelatedParams
impl Send for KeyRelatedParams
impl Sync for KeyRelatedParams
impl Unpin for KeyRelatedParams
impl UnsafeUnpin for KeyRelatedParams
impl !UnwindSafe for KeyRelatedParams
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