pub struct SetPinWithKey {
pub id: PinId,
pub pin: Pin,
pub retries: Option<u8>,
pub key: KeyId,
}Fields§
§id: PinId§pin: Pin§retries: Option<u8>§key: KeyIdThis key will be wrapped. It can be obtained again via a GetPinKey request
Trait Implementations§
Source§impl Debug for SetPinWithKey
impl Debug for SetPinWithKey
Source§impl<'de> Deserialize<'de> for SetPinWithKey
impl<'de> Deserialize<'de> for SetPinWithKey
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
Source§impl From<SetPinWithKey> for AuthRequest
impl From<SetPinWithKey> for AuthRequest
Source§fn from(request: SetPinWithKey) -> Self
fn from(request: SetPinWithKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetPinWithKey
impl RefUnwindSafe for SetPinWithKey
impl Send for SetPinWithKey
impl Sync for SetPinWithKey
impl Unpin for SetPinWithKey
impl UnwindSafe for SetPinWithKey
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