pub struct UnlockPayload {
pub data: Value,
pub keyring_entries: Option<Vec<KeyringEntry>>,
pub keyring_options: Option<KeyringOptions>,
}Expand description
Payload for the unlock command.
Fields§
§data: Value§keyring_entries: Option<Vec<KeyringEntry>>§keyring_options: Option<KeyringOptions>Trait Implementations§
Source§impl Debug for UnlockPayload
impl Debug for UnlockPayload
Source§impl<'de> Deserialize<'de> for UnlockPayload
impl<'de> Deserialize<'de> for UnlockPayload
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
Auto Trait Implementations§
impl Freeze for UnlockPayload
impl RefUnwindSafe for UnlockPayload
impl Send for UnlockPayload
impl Sync for UnlockPayload
impl Unpin for UnlockPayload
impl UnsafeUnpin for UnlockPayload
impl UnwindSafe for UnlockPayload
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