Struct parsec_interface::operations::list_keys::KeyInfo
source · [−]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
sourceimpl PartialEq<KeyInfo> for KeyInfo
impl PartialEq<KeyInfo> for KeyInfo
impl Eq for KeyInfo
impl StructuralEq for KeyInfo
impl StructuralPartialEq for KeyInfo
Auto Trait Implementations
impl RefUnwindSafe for KeyInfo
impl Send for KeyInfo
impl Sync for KeyInfo
impl Unpin for KeyInfo
impl UnwindSafe for KeyInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more