pub struct SmartcardKey {
pub id: String,
pub pin: String,
}
Fields§
§id: String
§pin: String
Trait Implementations§
Source§impl Clone for SmartcardKey
impl Clone for SmartcardKey
Source§fn clone(&self) -> SmartcardKey
fn clone(&self) -> SmartcardKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SmartcardKey
impl Debug for SmartcardKey
Source§impl<'de> Deserialize<'de> for SmartcardKey
impl<'de> Deserialize<'de> for SmartcardKey
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 PartialEq for SmartcardKey
impl PartialEq for SmartcardKey
Source§impl Serialize for SmartcardKey
impl Serialize for SmartcardKey
impl StructuralPartialEq for SmartcardKey
Auto Trait Implementations§
impl Freeze for SmartcardKey
impl RefUnwindSafe for SmartcardKey
impl Send for SmartcardKey
impl Sync for SmartcardKey
impl Unpin for SmartcardKey
impl UnwindSafe for SmartcardKey
Blanket Implementations§
Source§impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
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