Struct ssh_agent_lib::proto::message::SmartcardKey
source · 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 copy 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§fn eq(&self, other: &SmartcardKey) -> bool
fn eq(&self, other: &SmartcardKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SmartcardKey
impl Serialize for SmartcardKey
impl StructuralPartialEq for SmartcardKey
Auto Trait Implementations§
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