Struct wasmer_cli::commands::PersonalKey
source · pub struct PersonalKey {
pub active: bool,
pub public_key_id: String,
pub public_key_value: String,
pub private_key_location: Option<String>,
pub key_type_identifier: String,
pub date_created: OffsetDateTime,
}Expand description
Information about one of the user’s keys
Fields§
§active: boolFlag saying if the key will be used (there can only be one active key at a time)
public_key_id: StringThe public key’s tag. Used to identify the key pair
public_key_value: StringThe raw value of the public key in base64
private_key_location: Option<String>The location in the file system of the private key
key_type_identifier: StringThe type of private/public key this is
date_created: OffsetDateTimeThe time at which the key was registered with wapm
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PersonalKey
impl Send for PersonalKey
impl Sync for PersonalKey
impl Unpin for PersonalKey
impl UnwindSafe for PersonalKey
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer