pub struct KeyInfo {
pub provider_id: ProviderId,
pub name: String,
pub attributes: Attributes,
}
Expand description
Structure holding the basic information for a key in the application for client discovery.
Fields§
§provider_id: ProviderId
The ID of the associated provider.
name: String
The name of the key.
attributes: Attributes
The key attributes.
Trait Implementations§
impl Eq for KeyInfo
impl StructuralPartialEq for KeyInfo
Auto Trait Implementations§
impl Freeze for KeyInfo
impl RefUnwindSafe for KeyInfo
impl Send for KeyInfo
impl Sync for KeyInfo
impl Unpin for KeyInfo
impl UnwindSafe for KeyInfo
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