pub struct AddSmartcardKeyConstrained {
pub key: SmartcardKey,
pub constraints: Vec<KeyConstraint>,
}
Fields§
§key: SmartcardKey
§constraints: Vec<KeyConstraint>
Trait Implementations§
Source§impl Clone for AddSmartcardKeyConstrained
impl Clone for AddSmartcardKeyConstrained
Source§fn clone(&self) -> AddSmartcardKeyConstrained
fn clone(&self) -> AddSmartcardKeyConstrained
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 AddSmartcardKeyConstrained
impl Debug for AddSmartcardKeyConstrained
Source§impl<'de> Deserialize<'de> for AddSmartcardKeyConstrained
impl<'de> Deserialize<'de> for AddSmartcardKeyConstrained
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
impl StructuralPartialEq for AddSmartcardKeyConstrained
Auto Trait Implementations§
impl Freeze for AddSmartcardKeyConstrained
impl RefUnwindSafe for AddSmartcardKeyConstrained
impl Send for AddSmartcardKeyConstrained
impl Sync for AddSmartcardKeyConstrained
impl Unpin for AddSmartcardKeyConstrained
impl UnwindSafe for AddSmartcardKeyConstrained
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