pub(crate) type CipherBlobLatest = CipherBlobV1;Aliased Type§
pub(crate) struct CipherBlobLatest {
pub name: String,
pub notes: Option<String>,
pub type_data: CipherTypeDataV1,
pub fields: Vec<FieldDataV1>,
pub password_history: Vec<PasswordHistoryDataV1>,
}Fields§
§name: String§notes: Option<String>§type_data: CipherTypeDataV1§fields: Vec<FieldDataV1>§password_history: Vec<PasswordHistoryDataV1>